Function swift_runtime_sys::root::pthread_key_create

source ยท
pub unsafe extern "C" fn pthread_key_create(
    arg1: *mut pthread_key_t,
    arg2: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
) -> c_int