Function pyo3_ffi::Py_GetArgcArgv
source ยท pub unsafe extern "C" fn Py_GetArgcArgv(
argc: *mut c_int,
argv: *mut *mut *mut wchar_t,
)
Available on
Py_3_8
and non-PyPy
and non-Py_LIMITED_API
only.