pub fn to_vec_pretty<T>(value: &T) -> Result<Vec<u8>>where
    T: Serialize + ?Sized,