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