ma_hishelf2_init function

ma_result ma_hishelf2_init(
  1. Pointer<ma_hishelf2_config> pConfig,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  3. Pointer<ma_hishelf2> pFilter
)

Implementation

ma_result ma_hishelf2_init(
  ffi.Pointer<ma_hishelf2_config> pConfig,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  ffi.Pointer<ma_hishelf2> pFilter,
) => ma_result.fromValue(
  _ma_hishelf2_init(pConfig, pAllocationCallbacks, pFilter),
);