lsl_append_child function

Append a child element with the specified name.

Implementation

@ffi.Native<NativeLsl_append_child>()
external lsl_xml_ptr lsl_append_child(
  lsl_xml_ptr e,
  ffi.Pointer<ffi.Char> name,
);