pub type PostHookCallback = fn(params: PostHookCallbackParams) -> Option<String>;
A post hook callback function
params