Function libc::pthread_key_create
source ยท pub unsafe extern "C" fn pthread_key_create(
key: *mut pthread_key_t,
dtor: Option<unsafe extern "C" fn(_: *mut c_void)>,
) -> c_int
pub unsafe extern "C" fn pthread_key_create(
key: *mut pthread_key_t,
dtor: Option<unsafe extern "C" fn(_: *mut c_void)>,
) -> c_int