needs_section_mem
bool (*needs_section_mem)(struct module *mod, unsigned long size);
.needs_section_mem = needs_section_mem,
if (!cttype->desc.needs_section_mem)
ret = cttype->desc.needs_section_mem(mod, size);