Current RetainCountChecker performs reference counting of function arguments/parameters only on the caller side and not on the callee side.
This patch aims to add support for reference counting on the callee-side for objects of 'Generalized' ObjKind.
This patch is still a work in progress.