pub type ggml_log_callback = Option<unsafe extern "C" fn(level: ggml_log_level, text: *const c_char, user_data: *mut c_void)>;Aliased Type§
pub enum ggml_log_callback {
None,
Some(unsafe extern "C" fn(ggml_log_level, *const i8, *mut c_void)),
}