cst_new_box_autoadd_u_32 method

Pointer<Uint32> cst_new_box_autoadd_u_32(
  1. int value
)

Implementation

ffi.Pointer<ffi.Uint32> cst_new_box_autoadd_u_32(
  int value,
) {
  return _cst_new_box_autoadd_u_32(
    value,
  );
}