pub unsafe fn SetClusterResourceNameEx<P0, P1, P2>(
    hresource: P0,
    lpszresourcename: P1,
    lpszreason: P2,
) -> u32
where P0: Param<HRESOURCE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,