pub fn create_file_from_handle<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
handle: NullableHandle,
) -> Result<FileHandle, Errno>where
L: LockEqualOrBefore<FileOpsCore>,Expand description
Create a FileHandle from a zx::NullableHandle.