python27_sys

Function PyEval_SetTrace

Source
pub unsafe extern "C" fn PyEval_SetTrace(
    func: Option<Py_tracefunc>,
    obj: *mut PyObject,
)