init_module
init_module mod_init_func;
typedef void (*init_module)(register_func, register_keyword);
init_module();
void init_module(void);