pub unsafe fn CreateClusterResourceEx<P0, P1, P2, P3>(
    hgroup: P0,
    lpszresourcename: P1,
    lpszresourcetype: P2,
    dwflags: u32,
    lpszreason: P3
) -> HRESOURCE
where P0: IntoParam<HGROUP>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,