pub unsafe extern "C" fn boolector_set_symbol(
    btor: *mut Btor,
    node: *mut BoolectorNode,
    symbol: *const c_char
)