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