Function windows::Win32::Graphics::Gdi::PaintRgn

pub unsafe fn PaintRgn<P0, P1>(hdc: P0, hrgn: P1) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HRGN>,