pub unsafe extern "C" fn mq_timedsend(
    mqd: mqd_t,
    msg_ptr: *const c_char,
    msg_len: size_t,
    msg_prio: c_uint,
    abs_timeout: *const timespec
) -> c_int