pub unsafe fn IsChild<P0, P1>(hwndparent: P0, hwnd: P1) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<HWND>,