Function decode_null_terminated_string

Source
pub fn decode_null_terminated_string(
    input: &[u8],
) -> IResult<&[u8], String, Error>