ffi_convert
macro_rules! create_rust_string_from { ($pointer:expr) => { ... }; }
Unsafely creates an owned string from a pointer to a nul-terminated array of bytes.