ggml_log_callback

Logging callback: level is ggml_log_level cast to int.

alias ggml_log_callback = void function
(
int level
,
const(char)* text
,
void* user_data
)
nothrow

Meta