Skip to main content

pthread_key_create

Function pthread_key_create 

Source
pub unsafe extern "C" fn pthread_key_create(
    key: *mut u32,
    func: extern "C" fn(*mut c_void),
) -> i32