void
        
            noun
            
            
                - 
                    A completely empty space
                    
                    "The black void of space."
                 
                - 
                    In programming, a data type with no pre-determined data size, which can represent any other data type.
                    
                    "void* someFunction() {};"
                 
            
         
     
 
    
        cast
        
            verb
            
            
                - 
                    To create an object such as by pouring molten material into a mold.
                    
                    "The steel was cast into a hammer head."
                 
                - 
                    In programming, to instruct a compiler to treat a variable as a different type.
                    
                    "int* someVariable = (int*)someFunction();"
                 
            
         
     
 
    
        voidCaster
        
            noun
            
            
                - 
                    A programmer who knows languages, compilers, runtime platforms, and project types well enough to do virtually anything.
                    
                    "VoidCaster keeps insisting it isn't magic, but it looks like it to me!"