pub unsafe fn Py_CompileStringFlags(
    string: *const i8,
    p: *const i8,
    s: i32,
    f: *mut PyCompilerFlags
) -> *mut PyObject
Available on non-PyPy only.