pub unsafe fn ResUtilEnumResourcesEx<P0, P1, P2>(
    hcluster: P0,
    hself: P1,
    lpszrestypename: P2,
    prescallback: LPRESOURCE_CALLBACK_EX,
    pparameter: *mut c_void
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<HRESOURCE>, P2: IntoParam<PCWSTR>,