whisper_log_set method
Control logging output; default behavior is to print to stderr
Implementation
void whisper_log_set(
int log_callback,
ffi.Pointer<ffi.Void> user_data,
) {
return _whisper_log_set(
log_callback,
user_data,
);
}