static List<LogInfo> fromNativePtr(Pointer<Void> handle) => fromPlatformList(handle, (element) => LogInfoImpl.fromPointer(element, needFree: false, takeOwnership: false)!);