vfscanf method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
int vfscanf(
ffi.Pointer<FILE> __s,
ffi.Pointer<ffi.Char> __format,
ffi.Pointer<__va_list_tag> __arg,
) {
return _vfscanf(__s, __format, __arg);
}