pub unsafe extern "C" fn sem_open( name: *const c_char, oflag: c_int, ) -> *mut sem_t
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sem_open.html.