pub unsafe fn parse_args( context: *mut JSContext, argc: c_int, argv: *mut JSValue, ) -> Vec<QuickJsValueAdapter>
When passing a context pointer please make sure the corresponding QuickJsContext is still valid