pub type PanicHook = Box<dyn Fn(&AptabaseClient, &PanicInfo<'_>) + Sync + Send + 'static>;
struct PanicHook(/* private fields */);