Function rustpython_vm::stdlib::errno::errors::mq_timedsend
source · pub unsafe extern "C" fn mq_timedsend(
mqd: i32,
msg_ptr: *const i8,
msg_len: usize,
msg_prio: u32,
abs_timeout: *const timespec
) -> i32