pub(crate) fn parse_grub_menuentry_file( contents: &str, ) -> Result<Vec<MenuEntry<'_>>>
Main entry point for parsing GRUB menuentry files.