pub unsafe extern "C" fn _PyRun_AnyFileObject(
    fp: *mut FILE,
    filename: *mut PyObject,
    closeit: c_int,
    flags: *mut PyCompilerFlags
) -> c_int