pub type FsmArgs = Vec<(Option<Identifier>, Expression)>;
pub struct FsmArgs { /* private fields */ }