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