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