Function libc::pthread_rwlock_wrlock [] [src]

pub unsafe extern "C" fn pthread_rwlock_wrlock(
    lock: *mut pthread_rwlock_t
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io