ma_sound_group_uninit function

  1. @Native<Void Function(Pointer<ma_sound_group>)>(ffi.Pointer<ma_sound_group>)>()
void ma_sound_group_uninit(
  1. Pointer<ma_sound_group> pGroup
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound_group>)>()
external void ma_sound_group_uninit(ffi.Pointer<ma_sound_group> pGroup);