rewind method

void rewind(
  1. Pointer<FILE> arg0
)

Implementation

void rewind(ffi.Pointer<FILE> arg0) {
  return _rewind(arg0);
}