lsl_prepend_copy function
Prepend a child element with the specified name.
Implementation
@ffi.Native<NativeLsl_prepend_copy>()
external lsl_xml_ptr lsl_prepend_copy(lsl_xml_ptr e, lsl_xml_ptr e2);
Prepend a child element with the specified name.
@ffi.Native<NativeLsl_prepend_copy>()
external lsl_xml_ptr lsl_prepend_copy(lsl_xml_ptr e, lsl_xml_ptr e2);