ma_vfs_open_w function
Implementation
ma_result ma_vfs_open_w(
ffi.Pointer<ma_vfs> pVFS,
ffi.Pointer<ffi.WChar> pFilePath,
Dartma_uint32 openMode,
ffi.Pointer<ma_vfs_file> pFile,
) => ma_result.fromValue(_ma_vfs_open_w(pVFS, pFilePath, openMode, pFile));