Skip to main content

PyThread_tss_set

Function PyThread_tss_set 

Source
pub unsafe extern "C" fn PyThread_tss_set(
    key: *mut Py_tss_t,
    value: *mut c_void,
) -> i32