Skip to main content

FreeStringFn

Type Alias FreeStringFn 

Source
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 free
  • capacity: Capacity of the allocation (from the original allocation)