Type Alias ipowfunc
pub type ipowfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: IPowModulo) -> *mut PyObject;
Available on crate features
dep_pyo3
and std
only.Expand description
Helper to use as pymethod ffi definition