pyo3_ffi

Function PyNumber_Divmod

Source
pub unsafe extern "C" fn PyNumber_Divmod(
    o1: *mut PyObject,
    o2: *mut PyObject,
) -> *mut PyObject