aclOpCompileFlag

Do not set this parameter because it has been deprecated. Otherwise, compatibility issues may occur in later versions.

typedef enum aclCompileFlag {
    ACL_OP_COMPILE_DEFAULT,  //Precise compilation. If the compilation flag is not set, precise compilation is used by default.
    ACL_OP_COMPILE_FUZZ
} aclOpCompileFlag;