Function libc::pthread_key_create
[−]
[src]
pub unsafe extern fn pthread_key_create(key: *mut pthread_key_t,
dtor: Option<unsafe extern fn(_: *mut c_void)>)
-> c_int