[][src]Function winapi::um::wingdi::SetWindowOrgEx

pub unsafe extern "system" fn SetWindowOrgEx(
    hdc: HDC,
    x: c_int,
    y: c_int,
    lppt: LPPOINT
) -> BOOL