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