pub unsafe extern "C" fn EOS_EpicAccountId_IsValid(
AccountId: EOS_EpicAccountId,
) -> EOS_BoolExpand description
Check whether or not the given Epic Account ID is considered valid NOTE: This will return true for any EOS_EpicAccountId created with EOS_EpicAccountId_FromString as there is no validation
@param AccountId The Epic Account ID to check for validity @return EOS_TRUE if the EOS_EpicAccountId is valid, otherwise EOS_FALSE