Type Definition python3_sys::PyCFunction
[−]
[src]
type PyCFunction = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject;
type PyCFunction = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject;