pub unsafe extern "C" fn SoapySDR_errToStr(
    errorCode: c_int
) -> *const c_char
Expand description

Convert a error code to a string for printing purposes. If the error code is unrecognized, errToStr returns “UNKNOWN”. \param errorCode a negative integer return code \return a pointer to a string representing the error