Type Definition ly_log_clb
libyang2_sys
type ly_log_clb = Option<unsafe extern "C" fn(level: Type, msg: *const c_char, path: *const c_char)>;