pub fn initialize(
root_file_system: Box<dyn FileSystemTraits>,
network_socket_driver: Option<&'static dyn SocketDriver>,
) -> Result<&'static VirtualFileSystem<'static>>
pub fn initialize(
root_file_system: Box<dyn FileSystemTraits>,
network_socket_driver: Option<&'static dyn SocketDriver>,
) -> Result<&'static VirtualFileSystem<'static>>