Skip to main content

libCZI_Free

Function libCZI_Free 

Source
pub unsafe extern "C" fn libCZI_Free(data: *mut c_void)
Expand description

Release the memory - this function is to be used for freeing memory allocated by the libCZIApi-library (and returned to the caller).

\param data Pointer to the memory to be freed.