ma_vfs_close function

ma_result ma_vfs_close(
  1. Pointer<Void> pVFS,
  2. ma_vfs_file file
)

Implementation

ma_result ma_vfs_close(ffi.Pointer<ma_vfs> pVFS, ma_vfs_file file) =>
    ma_result.fromValue(_ma_vfs_close(pVFS, file));