//! String utilities for dealing with FFI strings
use ;
/// Wraps a c string into a string, or an empty string if the provided c string was null.
/// Assumes the provided c string is null terminated.
pub unsafe
/// Safely unwraps a slice of strings into a vec of raw c strings.
pub