Skip to main content

CFErrorCreateWithUserInfoKeysAndValues

Function CFErrorCreateWithUserInfoKeysAndValues 

Source
pub unsafe extern "C" fn CFErrorCreateWithUserInfoKeysAndValues(
    allocator: CFAllocatorRef,
    domain: CFErrorDomain,
    code: CFIndex,
    userInfoKeys: *const *const c_void,
    userInfoValues: *const *const c_void,
    numUserInfoValues: CFIndex,
) -> CFErrorRef
Expand description

Apple SDK function CFErrorCreateWithUserInfoKeysAndValues.