pub type AuthZonePopOutput = Option<Proof>;
pub enum AuthZonePopOutput { None, Some(Proof), }
No value.
Some value of type T.
T