Function pthread_mutex_trylock

Source
#[unsafe(no_mangle)]
pub extern "C" fn pthread_mutex_trylock(
    lock: *mut pthread_mutex_t,
) -> c_int