Dartma_sound_end_procFunction typedef
Dartma_sound_end_procFunction =
void Function(Pointer<Void> pUserData, Pointer<ma_sound_group> pSound)
Implementation
typedef Dartma_sound_end_procFunction =
void Function(
ffi.Pointer<ffi.Void> pUserData,
ffi.Pointer<ma_sound> pSound,
);