[][src]Function graphicsmagick_sys::ConstituteImage

pub unsafe extern "C" fn ConstituteImage(
    width: c_ulong,
    height: c_ulong,
    map: *const c_char,
    type_: StorageType,
    pixels: *const c_void,
    exception: *mut ExceptionInfo
) -> *mut Image