ma_aligned_free function
Free's an aligned malloc'd buffer.
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ma_allocation_callbacks>)
>()
external void ma_aligned_free(
ffi.Pointer<ffi.Void> p,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);