fn mkfs<'a>(
dev: &str,
fs: Filesystem,
label: &str,
wipe: bool,
opts: impl IntoIterator<Item = &'a str>,
) -> Result<Uuid>fn mkfs<'a>(
dev: &str,
fs: Filesystem,
label: &str,
wipe: bool,
opts: impl IntoIterator<Item = &'a str>,
) -> Result<Uuid>