ly_path_compile_leafref

Function ly_path_compile_leafref 

Source
pub unsafe extern "C" fn ly_path_compile_leafref(
    ctx: *const ly_ctx,
    ctx_node: *const lysc_node,
    top_ext: *const lysc_ext_instance,
    expr: *const lyxp_expr,
    oper: u16,
    target: u16,
    format: Type,
    prefix_data: *mut c_void,
    path: *mut *mut ly_path,
) -> Type