pub unsafe extern "C" fn SoapySDR_listModulesPath(
    path: *const c_char,
    length: *mut usize
) -> *mut *mut c_char
Expand description

List all modules found in the given path. The result is an array of strings owned by the caller. \param path a directory on the system \param [out] length the number of elements in the result. \return a list of file paths to loadable modules