pub unsafe fn SetBitmapDimensionEx<P0>(
    hbm: P0,
    w: i32,
    h: i32,
    lpsz: Option<*mut SIZE>
) -> BOOL
where P0: IntoParam<HBITMAP>,