mnn::prelude

Function msgsnd

source
pub unsafe extern "C" fn msgsnd(
    msqid: i32,
    msgp: *const c_void,
    msgsz: usize,
    msgflg: i32,
) -> i32