ma_free function
free()
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ma_allocation_callbacks>)
>()
external void ma_free(
ffi.Pointer<ffi.Void> p,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);