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