pub fn alarm_raw(secs: u64) -> Result<u64, Errno>
Raw alarm syscall. Permits u64 arg and return value for generality with the general syscall ABI, but note that the alarm syscall definition itself uses u32.
alarm