* This extension uses an existing Function ID database to apply
function signatures to Rust binaries (very useful in case of
stripped binaries)
* So this extension basically detects a Rust binary and auto-applies
the correct `libstd` Rust function signatures, pretty cool
* Plus, you can also add your own Function ID databases in the `data/`
subdirectory if you want to apply even more signatures or, say,
custom signatures