Macro read_padding

Source
macro_rules! read_padding {
    ($src:expr, $n:expr) => { ... };
}
Expand description

Moves read cursor, ignoring padding bytes.

This is similar to ironrdp_pdu::padding::read, only exists for consistency with write_padding!.