wire_to_str__method__Identifier method

void wire_to_str__method__Identifier(
  1. int port_,
  2. Pointer<wire_Identifier> that
)

Implementation

void wire_to_str__method__Identifier(
  int port_,
  ffi.Pointer<wire_Identifier> that,
) {
  return _wire_to_str__method__Identifier(
    port_,
    that,
  );
}