pub fn status_from_syscall_repr<E>(status: usize) -> Result<(), E>where E: TryFrom<usize, Error = ()>,