Binary package “ruby-ffi-bit-masks” in ubuntu noble

Adds support for bit-masked types in FFI

 FFI plugin which adds support for bitmasked types (or flags) to FFI. This
 plugin can map a Hash of flags to their bitmask value; and also an Integer
 bitmask to a Hash of flags.