pub(crate) fn mapc<'ob>( function: &Rt<Slot<Gc<FunctionType<'_>>>>, sequence: &Rt<Slot<Gc<ListType<'_>>>>, env: &mut Rt<Env<'_>>, cx: &'ob mut Context<'_>, ) -> Result<Gc<ObjectType<'ob>>>