pub type ExecuteHandlerFn<Module, CustomExecMsg, Error> = fn(DepsMut<'_>, Env, MessageInfo, Module, CustomExecMsg) -> Result<Response, Error>;
Function signature for an execute handler.