rename method

int rename(
  1. Pointer<Char> __old,
  2. Pointer<Char> __new
)

GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer

Implementation

int rename(ffi.Pointer<ffi.Char> __old, ffi.Pointer<ffi.Char> __new) {
  return _rename(__old, __new);
}