pthread_setspecific

Function pthread_setspecific 

Source
pub unsafe extern "C" fn pthread_setspecific(
    key: u32,
    value: *const c_void,
) -> i32