pub fn assert_vmo_content( vmo: &Vmo, expected: &[u8], ) -> Result<(), AssertVmoContentError>
Reads the VMO content and matches it against the expectation.