pub type OptCallback<U> = for<'a> fn(Option<&'a str>, &mut U) -> Result<()>;
Each option/flag invokes a callback.