enpose_device_info_array_free

Function enpose_device_info_array_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn enpose_device_info_array_free( devices: *mut EnposeDeviceInfo, count: usize, )
Expand description

Release an array returned by enpose_discover.

ยงSafety

devices/count must be a pair returned by enpose_discover and not already freed. Passing NULL is allowed and does nothing.