Function Py_CompileStringExFlags
pub unsafe extern "C" fn Py_CompileStringExFlags(
str: *const i8,
filename: *const i8,
start: i32,
flags: *mut PyCompilerFlags,
optimize: i32,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.