Function PyObject_InitVar
pub unsafe extern "C" fn PyObject_InitVar(
arg1: *mut PyVarObject,
arg2: *mut PyTypeObject,
arg3: isize,
) -> *mut PyVarObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyObject_InitVar(
arg1: *mut PyVarObject,
arg2: *mut PyTypeObject,
arg3: isize,
) -> *mut PyVarObject
dep_pyo3
and std
only.