libc

Function msgctl

Source
pub unsafe extern "C" fn msgctl(
    msqid: c_int,
    cmd: c_int,
    buf: *mut msqid_ds,
) -> c_int