pub fn load_stub_bytes( external_path: Option<&str>, chip_type: ChipType, memory_type: &str, ) -> Result<Vec<u8>>
Load stub image bytes for the given chip and memory type.