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