Function python3_sys::Py_GetArgcArgv

source ยท
pub unsafe extern "C" fn Py_GetArgcArgv(
    argc: *mut c_int,
    argv: *mut *mut *mut wchar_t,
) -> c_void