whisper_print_system_info method

Pointer<Char> whisper_print_system_info()

Print system information

Implementation

ffi.Pointer<ffi.Char> whisper_print_system_info() {
  return _whisper_print_system_info();
}