[go: up one dir, main page]

Function pyo3::ffi::PyContextVar_Get

source ·
pub unsafe extern "C" fn PyContextVar_Get(
var: *mut PyObject,
default_value: *mut PyObject,
value: *mut *mut PyObject
) -> i32