Function PyObject_GC_NewVar
pub unsafe fn PyObject_GC_NewVar<T>(
typeobj: *mut PyTypeObject,
n: isize,
) -> *mut TAvailable on crate feature
tls only.pub unsafe fn PyObject_GC_NewVar<T>(
typeobj: *mut PyTypeObject,
n: isize,
) -> *mut Ttls only.