Type Alias pyo3_ffi::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;