pub fn create_file_from_handle(
current_task: &CurrentTask,
handle: NullableHandle,
) -> Result<FileHandle, Errno>Expand description
Create a FileHandle from a zx::NullableHandle.
pub fn create_file_from_handle(
current_task: &CurrentTask,
handle: NullableHandle,
) -> Result<FileHandle, Errno>Create a FileHandle from a zx::NullableHandle.