Function PyWeakref_GetRef
pub unsafe fn PyWeakref_GetRef(
reference: *mut PyObject,
pobj: *mut *mut PyObject,
) -> i32Available on crate feature
tls and (docsrs or non-Py_3_13) only.