pub fn relocate_with_dyn(
    base_address: *const u8,
    dynamic: *const Dyn
) -> Result<()>