pub unsafe extern "C" fn SoapySDRDevice_make(
args: *const SoapySDRKwargs,
) -> *mut SoapySDRDeviceExpand description
Make a new Device object given device construction args.
The device pointer will be stored in a table so subsequent calls with the same arguments will produce the same device. For every call to make, there should be a matched call to unmake. \param args device construction key/value argument map \return a pointer to a new Device object