ma_engine_play_sound function
Implementation
ma_result ma_engine_play_sound(
ffi.Pointer<ma_engine> pEngine,
ffi.Pointer<ffi.Char> pFilePath,
ffi.Pointer<ma_sound_group> pGroup,
) => ma_result.fromValue(_ma_engine_play_sound(pEngine, pFilePath, pGroup));