fn library_has_safe_transfer_from(gcx: Gcx<'_>, cid: ContractId) -> boolExpand description
4-arg safeTransferFrom(token, address, address, uint256) where token is address (Solady)
or an ERC20 contract type (OpenZeppelin SafeERC20); ERC721/1155 helpers are excluded since
their transferFrom has no return value.