Skip to main content

log_get

Function log_get 

Source
pub unsafe fn log_get(
    log_callback: *mut ggml_log_callback,
    user_data: *mut *mut c_void,
)
Expand description

Get the current log callback and user data.

ยงSafety

The caller must ensure the pointers are valid.