GetNextValueInLinkedList method

Pointer<Void> GetNextValueInLinkedList(
  1. Pointer<LinkedListInfo> arg0
)

Implementation

ffi.Pointer<ffi.Void> GetNextValueInLinkedList(
  ffi.Pointer<LinkedListInfo> arg0,
) {
  return _GetNextValueInLinkedList(
    arg0,
  );
}