Type Definition c_string::DestroyFn [] [src]

type DestroyFn = unsafe fn(_: *const c_char);

Signature for deallocation functions used with OwnedCString::new.