The function alloc-init-object
calls the Objective-C "alloc"
class method for class and then calls the "init"
instance method to return pointer. This is equivalent to doing:
(invoke (invoke class "alloc") "init")
LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 15 Feb 2015