pyo3_ffi

Type Alias Py_tracefunc

Source
pub type Py_tracefunc = unsafe extern "C" fn(obj: *mut PyObject, frame: *mut PyFrameObject, what: c_int, arg: *mut PyObject) -> c_int;
Available on non-Py_LIMITED_API only.