impl<H> String<H> where H: Allocator, { unsafe fn from_bytes_unchecked(bytes: Vec<u8, H>) -> String<H> }