Type Alias DestroyFn

Source
pub type DestroyFn = unsafe fn(*const c_char);
Expand description

Signature for deallocation functions used with OwnedCString::new.