pub unsafe fn free_ffi_string_array(arr: FfiStringArray)Expand description
Frees an FfiStringArray allocated by strings_to_ffi_array.
ยงSafety
arr must either be empty/null or must have been returned by strings_to_ffi_array.
pub unsafe fn free_ffi_string_array(arr: FfiStringArray)Frees an FfiStringArray allocated by strings_to_ffi_array.
arr must either be empty/null or must have been returned by strings_to_ffi_array.