pub unsafe fn Py_CompileStringFlags(
string: *const c_char,
p: *const c_char,
s: c_int,
f: *mut PyCompilerFlags,
) -> *mut PyObjectAvailable on neither
GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.