pub(crate) fn find_setup_data(
mem: &GuestMemory,
setup_data_start: GuestAddress,
setup_data_end: GuestAddress,
type_: SetupDataType,
) -> Option<GuestAddress>Expand description
Find the first setup_data_hdr with the given type in guest memory and return its address.