Macro alloc_image_plain

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