Unwraps the vector contained in the string.
impl<H> ByteString<H> where H: Allocator, { fn unwrap(self) -> Vec<u8, H> }