setbuffer method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
void setbuffer(
ffi.Pointer<FILE> __stream,
ffi.Pointer<ffi.Char> __buf,
int __size,
) {
return _setbuffer(__stream, __buf, __size);
}