Function python3_sys::PyConfig_SetString[][src]

pub unsafe extern "C" fn PyConfig_SetString(
    config: *mut PyConfig,
    config_str: *mut *mut wchar_t,
    value: *const wchar_t
) -> PyStatus