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