ClearLinkedList method

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

Implementation

void ClearLinkedList(
  ffi.Pointer<LinkedListInfo> arg0,
  ffi.Pointer<
          ffi.NativeFunction<
              ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void>)>>
      arg1,
) {
  return _ClearLinkedList(
    arg0,
    arg1,
  );
}