pub unsafe fn read_string_unchecked( data: &[u8], offset: usize, ) -> Option<(String, usize)>
零拷贝读取字符串(带长度前缀)
Caller must ensure the length-prefixed bytes are readable and valid UTF-8.