/// <summary> /// Free a DeepSpeech allocated string /// </summary> public unsafe void FreeString(IntPtr intPtr) { NativeImp.DS_FreeString(intPtr); }