fsync_volume_np method

int fsync_volume_np(
  1. int arg0,
  2. int arg1
)

Implementation

int fsync_volume_np(int arg0, int arg1) {
  return _fsync_volume_np(arg0, arg1);
}