Function windows::Win32::Graphics::Gdi::SetViewportExtEx

pub unsafe fn SetViewportExtEx<P0>(
    hdc: P0,
    x: i32,
    y: i32,
    lpsz: Option<*mut SIZE>,
) -> BOOL
where P0: Param<HDC>,