pub fn find_start_of_basic_block<I>( instruction_set: I, code: &[u8], bitmask: &[u8], offset: u32, ) -> Option<u32>where I: InstructionSet,