Skip to main content

lyd_parse_value_fragment

Function lyd_parse_value_fragment 

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