devela::_dep::pyo3::ffi

Function PyContextVar_Get

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