Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

shmctl

Function shmctl 

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