asprintf method
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
int asprintf(
ffi.Pointer<ffi.Pointer<ffi.Char>> __ptr,
ffi.Pointer<ffi.Char> __fmt,
) {
return _asprintf(__ptr, __fmt);
}