pub unsafe extern "C" fn lyd_find_path(
    ctx_node: *const lyd_node,
    path: *const c_char,
    output: ly_bool,
    match_: *mut *mut lyd_node
) -> Type