pub fn invoke_code<RT, BS>(
    code: &Cid,
    rt: &mut RT,
    method_num: MethodNum,
    params: &Serialized
) -> Option<Result<Serialized, ActorError>> where
    BS: BlockStore,
    RT: Runtime<BS>,