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