pub unsafe fn GetClusterNotifyV2<P0>(
    hchange: P0,
    lpdwnotifykey: *mut usize,
    pfilterandtype: Option<*mut NOTIFY_FILTER_AND_TYPE>,
    buffer: Option<*mut u8>,
    lpbbuffersize: Option<*mut u32>,
    lpszobjectid: PWSTR,
    lpcchobjectid: Option<*mut u32>,
    lpszparentid: PWSTR,
    lpcchparentid: Option<*mut u32>,
    lpszname: PWSTR,
    lpcchname: Option<*mut u32>,
    lpsztype: PWSTR,
    lpcchtype: Option<*mut u32>,
    dwmilliseconds: u32
) -> u32
where P0: IntoParam<HCHANGE>,