Type Definition libgit2_sys::git_trace_cb[][src]

pub type git_trace_cb = Option<extern "C" fn(level: git_trace_level_t, msg: *const c_char)>;