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