ma_noise_uninit function

  1. @Native<Void Function(Pointer<ma_noise>, Pointer<ma_allocation_callbacks>)>(ffi.Pointer<ma_noise>, ffi.Pointer<ma_allocation_callbacks>)>()
void ma_noise_uninit(
  1. Pointer<ma_noise> pNoise,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Pointer<ma_noise>, ffi.Pointer<ma_allocation_callbacks>)
>()
external void ma_noise_uninit(
  ffi.Pointer<ma_noise> pNoise,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);