pub unsafe fn ClusterSetAccountAccess<P0, P1>(
    hcluster: P0,
    szaccountsid: P1,
    dwaccess: u32,
    dwcontroltype: u32
) -> u32
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,