[][src]Function libc::mq_send

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