pub type OnValueFn<'a, Ctx> = dyn Fn(&OsStr, &mut Ctx) -> Result<()> + 'a;
Callback to apply a value/flag into user context.