Function pyo3_ffi::PyRun_String

source ยท
pub unsafe extern "C" fn PyRun_String(
    string: *const c_char,
    s: c_int,
    g: *mut PyObject,
    l: *mut PyObject
) -> *mut PyObject