#pragma once namespace veh { bool add_handler(); bool remove_handler(); void* get_handle(); }