ma_vfs_tell function

ma_result ma_vfs_tell(
  1. Pointer<Void> pVFS,
  2. ma_vfs_file file,
  3. Pointer<ma_int64> pCursor
)

Implementation

ma_result ma_vfs_tell(
  ffi.Pointer<ma_vfs> pVFS,
  ma_vfs_file file,
  ffi.Pointer<ma_int64> pCursor,
) => ma_result.fromValue(_ma_vfs_tell(pVFS, file, pCursor));