Function uugear_ffi::mq_send[][src]

pub unsafe extern "C" fn mq_send(
    __mqdes: mqd_t,
    __msg_ptr: *const c_char,
    __msg_len: usize,
    __msg_prio: c_uint
) -> c_int