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