pub unsafe fn WTSRegisterSessionNotification<P0>(
    hwnd: P0,
    dwflags: u32,
) -> Result<()>
where P0: Param<HWND>,