ma_noise_init function

ma_result ma_noise_init(
  1. Pointer<ma_noise_config> pConfig,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  3. Pointer<ma_noise> pNoise
)

Implementation

ma_result ma_noise_init(
  ffi.Pointer<ma_noise_config> pConfig,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  ffi.Pointer<ma_noise> pNoise,
) => ma_result.fromValue(_ma_noise_init(pConfig, pAllocationCallbacks, pNoise));