Function windows_sys::Win32::Graphics::GdiPlus::GdipBitmapGetHistogram
pub unsafe extern "system" fn GdipBitmapGetHistogram(
bitmap: *mut GpBitmap,
format: HistogramFormat,
numberofentries: u32,
channel0: *mut u32,
channel1: *mut u32,
channel2: *mut u32,
channel3: *mut u32,
) -> Status