}
CFErrorRef fancy_error(CFStringRef domain, CFIndex code, CFStringRef description) {
const void *v_ekey = kCFErrorDescriptionKey;
const void *v_description = description;
CFErrorRef err = CFErrorCreateWithUserInfoKeysAndValues(NULL, domain, code, &v_ekey, &v_description, 1);
}
CFErrorRef fancy_error(CFStringRef domain, CFIndex code, CFStringRef description) {
const void *v_ekey = kCFErrorDescriptionKey;
const void *v_description = description;
CFErrorRef err = CFErrorCreateWithUserInfoKeysAndValues(NULL, domain, code, &v_ekey, &v_description, 1);