s3eWwiseResult s3eWwiseLowLevelIOSetBankPath(const char* in_pszBankPath)
{
    IwTrace(WWISE_VERBOSE, ("calling s3eWwise[46] func: s3eWwiseLowLevelIOSetBankPath"));

    if (!_extLoad())
        return s3eWwise_NotImplemented;

#ifdef LOADER_CALL_LOCK
    s3eDeviceLoaderCallStart(S3E_TRUE, NULL);
#endif

    s3eWwiseResult ret = g_Ext.m_s3eWwiseLowLevelIOSetBankPath(in_pszBankPath);

#ifdef LOADER_CALL_LOCK
    s3eDeviceLoaderCallDone(S3E_TRUE, NULL);
#endif

    return ret;
}