pub unsafe extern "C" fn Py_GetArgcArgv(
    argc: *mut c_int,
    argv: *mut *mut *mut wchar_t
)