[][src]Macro ffi_convert::create_rust_string_from

macro_rules! create_rust_string_from {
    ($pointer:expr) => { ... };
}

Unsafely creates an owned string from a pointer to a nul-terminated array of bytes.