Function windows::Win32::Graphics::GdiPlus::GdipBitmapSetPixel

pub unsafe fn GdipBitmapSetPixel(
    bitmap: *mut GpBitmap,
    x: i32,
    y: i32,
    color: u32
) -> Status