Macro alloc_image

Source
macro_rules! alloc_image {
    ($width:expr, $height:expr, $dummy: expr) => { ... };
}