pub fn parse_ascii_nul_string_values<D: Default, F: Fn(&mut D, &[u8]) -> Result<(), &'static str>>(
    bytes: &[u8],
    add_ascii_string: &F
) -> Result<D, &'static str>
Expand description

Parse a set of ASCII strings each terminated by NUL, or, an empty (zero byte) value.