lsl_prepend_child_value function
Prepend a child node with a given name, which has a (nameless) plain-text child with the given text value.
Implementation
@ffi.Native<NativeLsl_prepend_child_value>()
external lsl_xml_ptr lsl_prepend_child_value(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
ffi.Pointer<ffi.Char> value,
);