ma_noise_init_preallocated function
Implementation
ma_result ma_noise_init_preallocated(
ffi.Pointer<ma_noise_config> pConfig,
ffi.Pointer<ffi.Void> pHeap,
ffi.Pointer<ma_noise> pNoise,
) => ma_result.fromValue(_ma_noise_init_preallocated(pConfig, pHeap, pNoise));