Macro bs_jump

Source
macro_rules! bs_jump {
    ($context:expr, $length:expr) => { ... };
}
Expand description

Jump $length bytes.

This macro assumes that $length bytes are available for reading.