Function PyRun_SimpleStringFlags
pub unsafe extern "C" fn PyRun_SimpleStringFlags(
arg1: *const i8,
arg2: *mut PyCompilerFlags,
) -> i32
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyRun_SimpleStringFlags(
arg1: *const i8,
arg2: *mut PyCompilerFlags,
) -> i32
dep_pyo3
and std
only.