pub(crate) fn read_string_array<M: MemorySize>( memory: &MemoryView<'_>, ptrs: WasmPtr<WasmPtr<u8, M>, M>, count: M::Offset, ) -> Result<Vec<String>, Errno>