new_box_autoadd_u8_0 method

Pointer<Uint8> new_box_autoadd_u8_0(
  1. int value
)

Implementation

ffi.Pointer<ffi.Uint8> new_box_autoadd_u8_0(
  int value,
) {
  return _new_box_autoadd_u8_0(
    value,
  );
}