pub unsafe extern "C" fn PyRun_SimpleFileEx(
    f: *mut FILE,
    p: *const c_char,
    c: c_int
) -> c_int
This is supported on non-PyPy only.