Defining the SUPERCOP API (`crypto_kem_enc` etc.) when multiple parameter sets are built does not make sense. The documentation even states: ```c * NOTE: You must set this for a multi-level build as the SUPERCOP * naming does not disambiguate between the parameter sets. ``` Now that we have `MLK_CONFIG_MULTILEVEL_BUILD`, we might as well set this implicitly. We forgot to set it in https://github.com/pq-code-package/mlkem-native/blob/15b1eb12a504bb28c2a32e8ba64b74de65929cc7/examples/multilevel_build/mlkem_native/mlkem_native_config.h#L158 - which led to problems with https://github.com/pq-code-package/mldsa-native/pull/869.