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