pub unsafe fn SetParent<P0, P1>(hwndchild: P0, hwndnewparent: P1) -> HWND
where P0: IntoParam<HWND>, P1: IntoParam<HWND>,