pub type id = *mut objc_object;
A mutable pointer to an object / instance.
Type alias provided for convenience.