pub unsafe extern "C" fn iio_context_get_name(
    ctx: *const iio_context
) -> *const c_char
Expand description

@brief Get the name of the given context @param ctx A pointer to an iio_context structure @return A pointer to a static NULL-terminated string

NOTE:The returned string will be local, xml or network when the context has been created with the local, xml and network backends respectively.