Function windows::Win32::Graphics::Gdi::SetBitmapDimensionEx

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