pub unsafe extern "system" fn CreatePolygonRgn(
    lppt: *const POINT,
    cPoints: i32,
    fnPolyFillMode: i32
) -> *mut HRGN__