pub unsafe extern "system" fn GdipFillRectangle( graphics: *mut GpGraphics, brush: *mut GpBrush, x: f32, y: f32, width: f32, height: f32, ) -> Status