#[unsafe(no_mangle)]pub unsafe extern "C" fn shm_open( name: *const c_char, oflag: c_int, mode: mode_t, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shm_open.html.