ma_vfs_open_w function

ma_result ma_vfs_open_w(
  1. Pointer<Void> pVFS,
  2. Pointer<WChar> pFilePath,
  3. Dartma_uint32 openMode,
  4. Pointer<Pointer<Void>> pFile,
)

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));