pub type ArgHookCallback = fn(args: Option<Arguments<'_>>, date: DateTime<Utc>) -> Option<String>;
An argument hook callback function
args
date