pub(crate) unsafe fn inner(
slf: *mut PyObject,
attr: *mut PyObject,
value: *mut PyObject,
f: Func,
) -> c_intExpand description
Non-generic inner function to ensure only one trampoline instantiated
§Safety
The interpreter must be attached