pub type OnValue<Ctx> = fn(&OsStr, &mut Ctx) -> Result<()>;
Callback to apply a value/flag into user context.