Function PySys_SetArgv
pub unsafe extern "C" fn PySys_SetArgv(arg1: i32, arg2: *mut *mut i32)👎Deprecated:
Deprecated in Python 3.11, use PyConfig.argv and PyConfig.parse_argv instead
Available on crate feature
tls only.