Function PySys_SetArgv

Source
pub unsafe extern "C" fn PySys_SetArgv(
    arg1: c_int,
    arg2: *mut *mut wchar_t,
)
👎Deprecated: Deprecated in Python 3.11, use PyConfig.argv and PyConfig.parse_argv instead