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