NativeLsl_set_child_value typedef

NativeLsl_set_child_value = Int32 Function(lsl_xml_ptr e, Pointer<Char> name, Pointer<Char> value)

Implementation

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