Function parse_mcfg

Source
pub fn parse_mcfg<'a>(
    raw_mcfg: &'a [u8],
    on_segment_bus_range: impl FnMut(&'a McfgSegmentBusRange),
) -> Result<(&'a Header, &'a McfgHeader), ParseMcfgError>