ma_noise_uninit function
- Pointer<
ma_noise> pNoise, - 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,
);