pub unsafe fn ICGetDisplayFormat<P0>(
    hic: P0,
    lpbiin: *const BITMAPINFOHEADER,
    lpbiout: *mut BITMAPINFOHEADER,
    bitdepth: i32,
    dx: i32,
    dy: i32
) -> HIC
where P0: IntoParam<HIC>,