#[unsafe(no_mangle)]pub unsafe extern "C" fn sem_init( sem: *mut sem_t, _pshared: c_int, value: c_uint, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sem_init.html.