pub unsafe extern "C" fn iio_scan_context_destroy(
ctx: *mut iio_scan_context,
)Expand description
@brief Destroy the given scan context @param ctx A pointer to an iio_scan_context structure
NOTE: After that function, the iio_scan_context pointer shall be invalid.