lyd_parse_data_path

Function lyd_parse_data_path 

Source
pub unsafe extern "C" fn lyd_parse_data_path(
    ctx: *const ly_ctx,
    path: *const c_char,
    format: Type,
    parse_options: u32,
    validate_options: u32,
    tree: *mut *mut lyd_node,
) -> Type