pub unsafe extern "C" fn _PyCode_SetExtra(
code: *mut PyObject,
index: isize,
extra: *mut c_void,
) -> i32👎Deprecated since 0.29.0:
renamed to PyUnstable_Code_SetExtra
Available on neither
Py_LIMITED_API nor RustPython.