static Pointer<Void> getNativePtr(List<LogInfo>? value) => toNativeListNullable(value, (element) => LogInfoImpl.toPointer(element));