pub type MigrateHandlerFn<Module, CustomMigrateMsg, Error> = fn(DepsMut<'_>, Env, Module, CustomMigrateMsg) -> Result<Response, Error>;
Function signature for a migrate handler.