ma_gainer_uninit function
- Pointer<
ma_gainer> pGainer, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ma_gainer>,
ffi.Pointer<ma_allocation_callbacks>,
)
>()
external void ma_gainer_uninit(
ffi.Pointer<ma_gainer> pGainer,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);