lyd_parse_data

Function lyd_parse_data 

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