ClearLinkedList method
void
ClearLinkedList(
- Pointer<
LinkedListInfo> arg0, - Pointer<
NativeFunction< arg1Pointer< >Void> Function(Pointer<Void> )>
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,
);
}