Function SetWindowOrgEx

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