[][src]Macro ffi_convert::take_back_nullable_c_string

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

Retakes the ownership of the memory pointed to by a raw pointer to a libc::c_char, checking first if the pointer is not null.