pub unsafe fn PeerGroupJoin<P0, P1, P2>(
    pwzidentity: P0,
    pwzinvitation: P1,
    pwzcloud: P2,
    phgroup: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,