pub unsafe extern "C" fn PyRun_SimpleFile(
    f: *mut FILE,
    p: *const i8
) -> i32
Available on non-PyPy only.