pub unsafe extern "C-unwind" fn CFHTTPMessageCreateResponse(
alloc: Option<&CFAllocator>,
status_code: CFIndex,
status_description: Option<&CFString>,
http_version: &CFString,
) -> CFRetained<CFHTTPMessage>👎Deprecated: renamed to
CFHTTPMessage::new_responseAvailable on crate feature
CFHTTPMessage only.