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