[][src]Function python3_sys::PyConfig_SetArgv

pub unsafe extern "C" fn PyConfig_SetArgv(
    config: *mut PyConfig,
    argc: Py_ssize_t,
    argv: *const *mut wchar_t
) -> PyStatus