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