[go: up one dir, main page]

Type Definition pyo3::ffi::PyCFunction

source ·
pub type PyCFunction = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject;