fread_unlocked method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
int fread_unlocked(
ffi.Pointer<ffi.Void> __ptr,
int __size,
int __n,
ffi.Pointer<FILE> __stream,
) {
return _fread_unlocked(__ptr, __size, __n, __stream);
}