[][src]Type Definition pyo3::ffi::Py_tracefunc

type Py_tracefunc = extern "C" fn(obj: *mut PyObject, frame: *mut PyFrameObject, what: c_int, arg: *mut PyObject) -> c_int;