pub unsafe fn log_set(callback: ggml_log_callback, user_data: *mut c_void)Expand description
Set the log callback.
ยงSafety
The callback and user data must remain valid for the lifetime of the application or until the callback is replaced.
pub unsafe fn log_set(callback: ggml_log_callback, user_data: *mut c_void)Set the log callback.
The callback and user data must remain valid for the lifetime of the application or until the callback is replaced.