pub fn to_vec<T>(data: &T) -> Result<Vec<u8, Global>, StdError> where
    T: Serialize + ?Sized