pub fn read_utf8(
memory: &Memory,
ctx: &impl AsContext<Data = InstanceRegistry>,
ptr: GuestInt,
len: GuestUint,
) -> GuestResult<String>pub fn read_utf8(
memory: &Memory,
ctx: &impl AsContext<Data = InstanceRegistry>,
ptr: GuestInt,
len: GuestUint,
) -> GuestResult<String>