pub fn decode_buf2val<D>(buf: Vec<u8, Global>) -> Result<D, &'static str>where
    D: Decode,