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