Function windows::Win32::Graphics::Gdi::ScaleWindowExtEx

pub unsafe fn ScaleWindowExtEx<P0>(
    hdc: P0,
    xn: i32,
    xd: i32,
    yn: i32,
    yd: i32,
    lpsz: Option<*mut SIZE>,
) -> BOOL
where P0: Param<HDC>,