Function PyRun_SimpleFileEx
pub unsafe extern "C" fn PyRun_SimpleFileEx(
f: *mut FILE,
p: *const i8,
c: i32,
) -> i32Available on crate feature
tls and neither PyPy nor GraalPy only.