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