pub type BtfArchive = Option<(PathBuf, TempDir)>;
A helper type definition for simplicity
pub enum BtfArchive { None, Some((PathBuf, TempDir)), }
No value.
Some value of type T.
T