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