pub unsafe fn GetClusterNotify<P0>(
    hchange: P0,
    lpdwnotifykey: *mut usize,
    lpdwfiltertype: *mut u32,
    lpszname: PWSTR,
    lpcchname: *mut u32,
    dwmilliseconds: u32
) -> u32
where P0: IntoParam<HCHANGE>,