pub fn handle_from_syscall_repr<E>(result: usize) -> Result<Handle, E>where E: TryFrom<usize, Error = ()>,