pub fn get_bootfs_vmo( container: &ZbiContainer<&[u8]>, vmar: &Vmar, check_crc: bool, log: &mut Log, ) -> Result<Vmo, Error>
Extracts the BOOTFS VMO from the ZBI container, decompressing it if needed.