pub type HookPostCommand = extern "C" fn(command_id: c_int, flag: c_int);
Expand description

Function pointer type for getting notified about invocation of hook command.