static Pointer<Void> getNativePtr(List<String>? value) => toNativeListNullable(value, (element) => toNativePtrString(element));