Function toBytes

Convert value with unit to bytes.

ulong toBytes (
  in const(ulong) value,
  in const(SizeUnit) unit
) pure nothrow @nogc @safe;