Wipe all data in 2D allocated memory of string.
void flush_cstr_array( ffi.Pointer<ffi.Pointer<ffi.Char>> str_array, int length, ) { return _flush_cstr_array( str_array, length, ); }