Function shmctl

pub unsafe extern "C" fn shmctl(
    shmid: i32,
    cmd: i32,
    buf: *mut shmid_ds,
) -> i32
Available on crate feature dep_sdl3 only.