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