pub fn js_value_vector_into_abi<T>(
    vector: Box<[T]>
) -> <Box<[JsValue]> as IntoWasmAbi>::Abi
where T: Into<JsValue>,
Available on (webgl or webgpu) and crate feature std only.