ggml_log_callbackFunction typedef

ggml_log_callbackFunction = Void Function(Int32 level, Pointer<Char> text, Pointer<Void> user_data)

Implementation

typedef ggml_log_callbackFunction = ffi.Void Function(ffi.Int32 level,
    ffi.Pointer<ffi.Char> text, ffi.Pointer<ffi.Void> user_data);