Py_CompileString

Function Py_CompileString 

Source
pub unsafe extern "C" fn Py_CompileString(
    string: *const i8,
    p: *const i8,
    s: i32,
) -> *mut PyObject