pub unsafe fn RegisterClusterResourceTypeNotifyV2<P0, P1, P2>(
    hchange: P0,
    hcluster: P1,
    flags: i64,
    restypename: P2,
    dwnotifykey: usize
) -> u32
where P0: IntoParam<HCHANGE>, P1: IntoParam<HCLUSTER>, P2: IntoParam<PCWSTR>,