__memcat_p
extern void **__memcat_p(void **a, void **b);
(typeof(*a) *)__memcat_p((void **)(a), (void **)(b)); \
EXPORT_SYMBOL_GPL(__memcat_p);