pub unsafe fn CreateClusterResourceTypeEx<P0, P1, P2, P3, P4>(
    hcluster: P0,
    lpszresourcetypename: P1,
    lpszdisplayname: P2,
    lpszresourcetypedll: P3,
    dwlooksalivepollinterval: u32,
    dwisalivepollinterval: u32,
    lpszreason: P4
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,