setvbuf method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
int setvbuf(
ffi.Pointer<FILE> __stream,
ffi.Pointer<ffi.Char> __buf,
int __modes,
int __n,
) {
return _setvbuf(__stream, __buf, __modes, __n);
}