pub unsafe extern "C" fn shmctl(
    shmid: i32,
    cmd: i32,
    buf: *mut shmid_ds
) -> i32