pub fn load_c_string_byte_by_byte<M: Memory>( memory: &mut M, addr: &M::REG, ) -> Result<Bytes, Error>