devela::_dep::pyo3::ffi

Function PyRun_String

pub unsafe extern "C" fn PyRun_String(
    string: *const i8,
    s: i32,
    g: *mut PyObject,
    l: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.