pub unsafe extern "C" fn TCOD_map_set_properties( map: TCOD_map_t, x: c_int, y: c_int, is_transparent: bool_, is_walkable: bool_, )