mlx_command
int mlx_command(struct mlx_usercommand *, int);
mlx_command(&mu, 1);
mlx_command(&mu, 1);
mlx_command(&mu, 1);
return (mlx_command(&mu, 0));
if ((rv = mlx_command(&mu, 0)) == 0) {