pub fn read_param_zstring<'a>(
rd: &mut Reader<'a>,
_pos: usize,
param_base: usize,
unicode: bool,
) -> StringExpand description
Read a NUL-terminated string out of the fixed-parameters area at pos,
using param_base as parity base.