I try to reload Init.bank, But It failed. Can the Init Bank be reload?
(1) After using `AK::SoundEngine::ClearBanks()` clear all bank, I try to load init.bnk (verson 2) and the result is error_code(ErrorCode_CannotOpenFile).
(2) I try to unload init.bnk(verson 1), and load the same init.bnk(verson 1). It works fine.
(3) I try to load init.bnk (verson 2) at first, and unload bank. Then I try to load init.bnk(verson 1), But It failed.
(4) Finally After I try to unload all banks and use `AK::SoundEngine::Term()` and `AK::SoundEngine::Init` to restart audio engine, I can load init.bnk (verson 2).
Can the Init Bank be reload?