pub unsafe fn ResUtilGetResourceDependencyByNameEx<P0, P1, P2, P3>(
    hcluster: P0,
    hself: P1,
    lpszresourcetype: P2,
    brecurse: P3,
    dwdesiredaccess: u32,
) -> HRESOURCE
where P0: Param<HCLUSTER>, P1: Param<HANDLE>, P2: Param<PCWSTR>, P3: Param<BOOL>,