ma_hpf_uninit function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ma_hpf>, ffi.Pointer<ma_allocation_callbacks>)
>()
external void ma_hpf_uninit(
ffi.Pointer<ma_hpf> pHPF,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);