Function windows_sys::Win32::Graphics::GdiPlus::GdipDrawEllipse
pub unsafe extern "system" fn GdipDrawEllipse(
graphics: *mut GpGraphics,
pen: *mut GpPen,
x: f32,
y: f32,
width: f32,
height: f32,
) -> Status