setkey method

void setkey(
  1. Pointer<Char> arg0
)

Implementation

void setkey(ffi.Pointer<ffi.Char> arg0) {
  return _setkey(arg0);
}