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