ma_vfs typedef

ma_vfs = Void

VFS

The VFS object (virtual file system) is what's used to customize file access. This is useful in cases where stdio FILE* based APIs may not be entirely appropriate for a given situation.

Implementation

typedef ma_vfs = ffi.Void;