lsl_prepend_child function

Prepend a child element with the specified name.

Implementation

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