Function windows::Win32::Graphics::Gdi::SetWindowExtEx

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