[][src]Macro ffi_convert::take_back_nullable_c_string_array

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

Retakes the ownership of the memory storing an array of C-compatible strings, checking first if the provided pointer is not null.