pub unsafe extern "C" fn pthread_barrier_init(
    arg1: *mut pthread_barrier_t,
    arg2: *const pthread_barrierattr_t,
    arg3: c_uint
) -> c_int