pub unsafe fn JS_NewDataView( cx: *mut JSContext, buffer: HandleObject<'_>, byteOffset: usize, byteLength: usize, ) -> *mut JSObject