pub unsafe fn DeleteClusterResourceTypeEx<P0, P1, P2>(
    hcluster: P0,
    lpsztypename: P1,
    lpszreason: P2
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,