ma_sound_end_procFunction typedef

ma_sound_end_procFunction = Void Function(Pointer<Void> pUserData, Pointer<ma_sound_group> pSound)

Implementation

typedef ma_sound_end_procFunction =
    ffi.Void Function(
      ffi.Pointer<ffi.Void> pUserData,
      ffi.Pointer<ma_sound> pSound,
    );