sys crates: Enable "runtime" feature of bindgen dependency
Using bindgen without the "runtime" feature leads to the clang-sys crate trying to link to the clang library in less reliable ways, which, among other issues, can lead to compilation failure if multiple versions of bindgen are used in a project.
Fixes #61 (closed)
Edited by Tom Wagner