void *Mix_GetMusicHookData()
Mix_HookMusicに渡したargを得る.
戻り値: argへのポインタ
// 音楽フック データポインタを得る void *data; data=Mix_GetMusicHookData();