pub unsafe fn PeerGroupDelete<P0, P1>(
    pwzidentity: P0,
    pwzgrouppeername: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,