pub unsafe fn ChildWindowFromPointEx<P0>(
    hwnd: P0,
    pt: POINT,
    flags: CWP_FLAGS
) -> HWND
where P0: IntoParam<HWND>,