pub unsafe fn ChildWindowFromPoint<P0>(hwndparent: P0, point: POINT) -> HWND
where P0: IntoParam<HWND>,