if ( function_exists('FUNCTION_NAME') ){
FUNCTION HERE
}

Sample:

if ( function_exists('vt_resize') ){
$image = vt_resize( $thumb, '', $size[0], $size[1], $crop );
}