Function decode_string

Source
pub fn decode_string(
    pointer: &mut usize,
    buf: &Vec<u8>,
) -> Result<String, ParseError>