pub unsafe extern "C" fn SteamNetworkingIdentity_ToString(
    this: *const SteamNetworkingIdentity,
    buf: *mut c_char,
    cbBuf: size_t
)
Expand description

Print to a human-readable string. This is suitable for debug messages or any other time you need to encode the identity as a string. It has a URL-like format (type:). Your buffer should be at least k_cchMaxString bytes big to avoid truncation.

See also SteamNetworkingIPAddrRender