/// Returns a flag indicating whether or not the process is
/// in a capability mode sandbox.
pubunsafefncap_getmode(mode:&mutu32)->Result<(), Errno>{let mode_ptr =core::ptr::from_mut(mode)asusize;unsafe{syscall1(SYS_CAP_GETMODE, mode_ptr).map(drop)}}