pub unsafe extern "C" fn TCOD_dijkstra_path_walk( dijkstra: TCOD_dijkstra_t, x: *mut c_int, y: *mut c_int, ) -> bool_