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