remove method

int remove(
  1. Pointer<Char> __filename
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int remove(ffi.Pointer<ffi.Char> __filename) {
  return _remove(__filename);
}