pub type CustomMigrationFn = Box<dyn Fn(&Message) -> Result<Message, VersionError> + Send + Sync>;
Type alias for custom migration function
pub struct CustomMigrationFn(/* private fields */);