pub unsafe extern "C" fn pthread_mutex_init(
    __mutex: *mut pthread_mutex_t,
    __attr: *const pthread_mutexattr_t
) -> c_int