pub unsafe extern "system" fn CreatePolyPolygonRgn(
    pptl: *const POINT,
    pc: *const i32,
    cPoly: i32,
    iMode: i32
) -> *mut HRGN__