pub fn is_jump_target_valid<I>( instruction_set: I, code: &[u8], bitmask: &[u8], offset: u32, ) -> boolwhere I: InstructionSet,
Returns whether a jump to a given offset is allowed.
offset