ma_hishelf2_init_preallocated function
ma_result
ma_hishelf2_init_preallocated(
- Pointer<
ma_hishelf2_config> pConfig, - Pointer<
Void> pHeap, - Pointer<
ma_hishelf2> pFilter
Implementation
ma_result ma_hishelf2_init_preallocated(
ffi.Pointer<ma_hishelf2_config> pConfig,
ffi.Pointer<ffi.Void> pHeap,
ffi.Pointer<ma_hishelf2> pFilter,
) => ma_result.fromValue(
_ma_hishelf2_init_preallocated(pConfig, pHeap, pFilter),
);