free method

void free(
  1. Pointer<Void> arg0
)

Implementation

void free(
  ffi.Pointer<ffi.Void> arg0,
) {
  return _free(
    arg0,
  );
}