ggml_log_set function
- @Native<Void Function(ggml_log_callback, Pointer<
Void> )>(ggml_log_callback, ffi.Pointer<ffi.Void>)>()
- ggml_log_callback log_callback,
- Pointer<
Void> user_data
Implementation
@ffi.Native<ffi.Void Function(ggml_log_callback, ffi.Pointer<ffi.Void>)>()
external void ggml_log_set(
ggml_log_callback log_callback,
ffi.Pointer<ffi.Void> user_data,
);