pub fn load(
    program: &PathBuf,
    interface: Option<&str>,
    uprobe_path: Option<&str>,
    pid: Option<i32>
) -> Result<(), CommandError>