pub unsafe extern "system" fn SetWindowOrgEx(
    hdc: HDC,
    x: i32,
    y: i32,
    lppt: *mut POINT
) -> BOOL
Expand description

Required features: "Win32_Foundation"