Client-Side Field Level Encryption in native mode with Quarkus

We would like to use the MongoDB Client-Side Field Level Encryption with Quarkus running in native mode.
On the link Using the MongoDB Client - Quarkus we found that
“Currently, Quarkus doesn’t support Client-Side Field Level Encryption in native mode.”

I suppose that the problem is that “the mongocrypt library needed for client side encryption is a native library so will not work OOTB with GraalVM native images”. (Field-level encryption in quarkus mongodb panache - Stack Overflow)

If that is the problem, then as I understand it should be possible to use explicit encryption, because the mongocrypt library is only used at automatic encryption. Can you confirm this?