pub unsafe extern "C" fn Py_CompileStringExFlags(
    str: *const i8,
    filename: *const i8,
    start: i32,
    flags: *mut PyCompilerFlags,
    optimize: i32
) -> *mut PyObject
This is supported on non-PyPy only.