Returns if the current admin that is viewing the page has the rights to administer the content.
It's only useful if the specified module has a 'radmin' field in admins table.
PHP:
if (can_admin('downloads')) { echo 'Admin is allowed to edit the content of the Downloads module'; }