ma_notch2_uninit function
- Pointer<
ma_notch2> pFilter, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ma_notch2>,
ffi.Pointer<ma_allocation_callbacks>,
)
>()
external void ma_notch2_uninit(
ffi.Pointer<ma_notch2> pFilter,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);