Function pthread_rwlock_init
pub unsafe extern "C" fn pthread_rwlock_init(
lock: *mut pthread_rwlock_t,
attr: *const pthread_rwlockattr_t,
) -> i32
Available on crate feature
dep_sdl3
only.pub unsafe extern "C" fn pthread_rwlock_init(
lock: *mut pthread_rwlock_t,
attr: *const pthread_rwlockattr_t,
) -> i32
dep_sdl3
only.