DartLsl_set_child_value typedef

DartLsl_set_child_value = int Function(lsl_xml_ptr e, Pointer<Char> name, Pointer<Char> value)

Implementation

typedef DartLsl_set_child_value =
    int Function(
      lsl_xml_ptr e,
      ffi.Pointer<ffi.Char> name,
      ffi.Pointer<ffi.Char> value,
    );