Type Definition pyo3::ffi::ternaryfunc

source · []
pub type ternaryfunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut PyObject) -> *mut PyObject;