pub unsafe fn read_string_unchecked( data: &[u8], offset: usize, ) -> Option<(String, usize)>
零拷贝读取字符串(带长度前缀)