pyo3_ffi

Function PyNumber_ToBase

Source
pub unsafe extern "C" fn PyNumber_ToBase(
    n: *mut PyObject,
    base: c_int,
) -> *mut PyObject