Function PyRun_SimpleString

pub unsafe extern "C" fn PyRun_SimpleString(s: *const i8) -> i32
Available on crate features dep_pyo3 and std only.