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