ma_hpf_node_uninit function
- @Native<Void Function(Pointer<
ma_hpf_node> , Pointer<ma_allocation_callbacks> )>(ffi.Pointer<ma_hpf_node>, ffi.Pointer<ma_allocation_callbacks>)>()
- Pointer<
ma_hpf_node> pNode, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ma_hpf_node>,
ffi.Pointer<ma_allocation_callbacks>,
)
>()
external void ma_hpf_node_uninit(
ffi.Pointer<ma_hpf_node> pNode,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);