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