[][src]Function lilv_sys::lilv_free

pub unsafe extern "C" fn lilv_free(ptr: *mut c_void)

Free memory allocated by Lilv.

This function exists because some systems require memory allocated by a library to be freed by code in the same library. It is otherwise equivalent to the standard C free() function.