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

@brief Retrieve the value of a context-specific attribute @param ctx A pointer to an iio_context structure @param name The name of the context attribute to read @return On success, a pointer to a static NULL-terminated string @return If the name does not correspond to any attribute, NULL is returned

Introduced in version 0.9.