pub unsafe extern "C" fn pthread_key_create( key: *mut pthread_key_t, func: extern "C" fn(*mut c_void), ) -> c_int