Function SetBitmapDimensionEx

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