return the size of a member
See Also:
348 349 350
# File 'lib/ctypes/union.rb', line 348 def self.sizeof(member) @field_types[member][1].size end