//! This just wraps up strings for passing over the border
use *;
/// Helper function to free strings generated by Rust.
/// Clients need to call this to ensure proper cleanup.
/// It is recommended to do iso in a way such that your finding performs this automatically.
/// See the [Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/string_return/) for examples.
/// # Safety
/// On a null ptr, returns
pub unsafe extern "C"