pub unsafe fn PeerGroupOpenDirectConnection<P0>(
    hgroup: *const c_void,
    pwzidentity: P0,
    paddress: *const PEER_ADDRESS,
) -> Result<u64>
where P0: Param<PCWSTR>,