IErc721SafeTransferFromWithoutData
Title: Auxiliary interface for encoding calls to ERC-721 safeTransferFrom with abi.encodeCall (which leverages Solidity type checker) instead of abi.encodeWithSignature (which does not type-check call arguments).
See https://github.com/argotorg/solidity/issues/3556
Functions
safeTransferFrom
function safeTransferFrom(address, address, uint256) external;