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