pub unsafe fn GetRegionData<P0>(
    hrgn: P0,
    ncount: u32,
    lprgndata: Option<*mut RGNDATA>
) -> u32
where P0: IntoParam<HRGN>,