speak function
- @Native<FFISpeakResponse Function(Int32, Pointer<
Char> )>(ffi.Int32, ffi.Pointer<ffi.Char>)>()
Implementation
@ffi.Native<FFISpeakResponse Function(ffi.Int32, ffi.Pointer<ffi.Char>)>()
external FFISpeakResponse speak(int fd, ffi.Pointer<ffi.Char> text);