pub unsafe fn SHChangeNotifyRegister<P0>(
    hwnd: P0,
    fsources: SHCNRF_SOURCE,
    fevents: i32,
    wmsg: u32,
    centries: i32,
    pshcne: *const SHChangeNotifyEntry
) -> u32
where P0: IntoParam<HWND>,