Skip to main content

PyInitConfig_GetStrList

Function PyInitConfig_GetStrList 

Source
pub unsafe extern "C" fn PyInitConfig_GetStrList(
    config: *mut PyInitConfig,
    name: *const c_char,
    length: *mut usize,
    items: *mut *mut *mut c_char,
) -> c_int
Available on neither Py_LIMITED_API nor RustPython and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here