Dave Tucker 2b0dcfbd09 feat: Allow conversions to Program from ProgramInfo
Allow for a ProgramInfo to be converted into one of the program types
that we support. This allows for a user of Aya access to reattach,
pin or unload a program that was either, previously loaded, or was
loaded by another process.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
tests feat: Allow conversions to Program from ProgramInfo
lib.rs feat: Refactor init into test-distro
tests.rs aya::programs::uprobe: add support for cookies
utils.rs integration-test: kernel_assert anti-condition