@NotNull
 @Override
 @ForceInline
 public NativeBytesStore<Underlying> writeFloat(long offset, float f) {
   memory.writeFloat(address + translate(offset), f);
   return this;
 }