AppendValueToLinkedList method
Implementation
int AppendValueToLinkedList(
ffi.Pointer<LinkedListInfo> arg0,
ffi.Pointer<ffi.Void> arg1,
) {
return _AppendValueToLinkedList(
arg0,
arg1,
);
}
int AppendValueToLinkedList(
ffi.Pointer<LinkedListInfo> arg0,
ffi.Pointer<ffi.Void> arg1,
) {
return _AppendValueToLinkedList(
arg0,
arg1,
);
}