pub unsafe extern "C" fn lyd_print_file(
f: *mut FILE,
root: *const lyd_node,
format: Type,
options: u32,
) -> TypeExpand description
@brief Print data tree in the specified format.
@param[in] f File stream where to print the data. @param[in] root The root element of the (sub)tree to print. @param[in] format Output format. @param[in] options [Data printer flags](@ref dataprinterflags). @return LY_ERR value.