static List<String>? fromOptionalPtr(Pointer<Void> handle) => fromPlatformListNullable(handle, (element) => toPlatformFromPointerString(element, needFree: false)!);