pub(crate) unsafe fn inner(slf: *mut PyObject, buf: *mut Py_buffer, f: Func)Available on
Py_3_11 or non-Py_LIMITED_API only.Expand description
§Safety
- It must be sound to call f with slf and buf
- Interpreter must be attached