Function unpack_ext_header

Source
pub fn unpack_ext_header<R: Read>(
    reader: &mut R,
) -> Result<(u32, i8), UnpackError>