pub unsafe fn ClusterResourceTypeEnum<P0>(
    hrestypeenum: P0,
    dwindex: u32,
    lpdwtype: *mut u32,
    lpszname: PWSTR,
    lpcchname: *mut u32
) -> u32
where P0: IntoParam<HRESTYPEENUM>,