rl_hook_func_t
rl_hook_func_t *rl_pre_input_hook = NULL;
rl_hook_func_t *rl_startup1_hook = NULL;
rl_hook_func_t *rl_startup_hook = NULL;
rl_hook_func_t *rl_event_hook = NULL;
extern rl_hook_func_t *rl_pre_input_hook;
extern rl_hook_func_t *rl_startup_hook;
extern rl_hook_func_t *rl_startup1_hook;
extern rl_hook_func_t *rl_event_hook;