pub unsafe fn UnregisterPointerInputTargetEx<P0>(
    hwnd: P0,
    pointertype: POINTER_INPUT_TYPE,
) -> BOOL
where P0: Param<HWND>,