pub unsafe fn RegisterPointerDeviceNotifications<P0, P1>(
    window: P0,
    notifyrange: P1
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,