pub type OpenSystemTableHook = Box<dyn Fn(TableRef) -> BoxFuture<'static, Result<()>> + Send + Sync>;
Hook called after system table opening.
struct OpenSystemTableHook(/* private fields */);