macro_rules! do_dithering {
    ($map:expr, $image:expr, $err:expr, $x:expr, $y:expr) => { ... };
}