pub unsafe extern "C" fn grpc_channel_get_info(
channel: *mut grpc_channel,
channel_info: *const grpc_channel_info,
)
Expand description
Request info about the channel. \a channel_info indicates what information is being requested and how that information will be returned. \a channel_info is owned by the caller.