devela::_dep::pyo3::ffi

Function PyContextVar_Reset

pub unsafe extern "C" fn PyContextVar_Reset(
    var: *mut PyObject,
    token: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.