ma_hishelf2_uninit function

  1. @Native<Void Function(Pointer<ma_hishelf2>, Pointer<ma_allocation_callbacks>)>(ffi.Pointer<ma_hishelf2>, ffi.Pointer<ma_allocation_callbacks>)>()
void ma_hishelf2_uninit(
  1. Pointer<ma_hishelf2> pFilter,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks
)

Implementation

@ffi.Native<
  ffi.Void Function(
    ffi.Pointer<ma_hishelf2>,
    ffi.Pointer<ma_allocation_callbacks>,
  )
>()
external void ma_hishelf2_uninit(
  ffi.Pointer<ma_hishelf2> pFilter,
  ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);