pub type FreeStringFn = unsafe extern "C" fn(*mut u8, usize);Expand description
Function signature for freeing memory allocated by the plugin
ยงParameters
ptr: Pointer to memory to freecapacity: Capacity of the allocation (from the original allocation)