Function windows::Win32::Graphics::Gdi::PtInRegion

pub unsafe fn PtInRegion<P0>(hrgn: P0, x: i32, y: i32) -> BOOL
where P0: IntoParam<HRGN>,