pub unsafe extern "C" fn pthread_key_create(
    __key: *mut pthread_key_t,
    __destructor: Option<unsafe extern "C" fn(arg1: *mut c_void)>
) -> c_int