mq_timedsend

Function mq_timedsend 

Source
pub unsafe extern "C" fn mq_timedsend(
    mqd: i32,
    msg_ptr: *const u8,
    msg_len: usize,
    msg_prio: u32,
    abs_timeout: *const timespec,
) -> i32