pub unsafe extern "C" fn esp_aes_xts_init(
    ctx: *mut esp_aes_xts_context,
)Expand description
\brief This function initializes the specified AES XTS context.
            It must be the first API called before using
            the context.\param ctx The AES XTS context to initialize.