pub unsafe extern "C" fn PyConfig_SetArgv(
config: *mut PyConfig,
argc: isize,
argv: *mut *const i32,
) -> PyStatusAvailable on neither
Py_LIMITED_API nor RustPython and non-PyPy only.