pub type HookCommand = extern "C" fn(command_id: c_int, flag: c_int) -> bool;
Function pointer type for hook commands.