DestroyLinkedList method

Pointer<LinkedListInfo> DestroyLinkedList(
  1. Pointer<LinkedListInfo> arg0,
  2. Pointer<NativeFunction<Pointer<Void> Function(Pointer<Void>)>> arg1
)

Implementation

ffi.Pointer<LinkedListInfo> DestroyLinkedList(
  ffi.Pointer<LinkedListInfo> arg0,
  ffi.Pointer<
          ffi.NativeFunction<
              ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void>)>>
      arg1,
) {
  return _DestroyLinkedList(
    arg0,
    arg1,
  );
}