lsl_set_child_value function
Set the text value of the (nameless) plain-text child of a named child node.
Implementation
@ffi.Native<NativeLsl_set_child_value>()
external int lsl_set_child_value(
lsl_xml_ptr e,
ffi.Pointer<ffi.Char> name,
ffi.Pointer<ffi.Char> value,
);