CFHTTPMessageCreateEmpty

Function CFHTTPMessageCreateEmpty 

Source
pub unsafe extern "C-unwind" fn CFHTTPMessageCreateEmpty(
    alloc: Option<&CFAllocator>,
    is_request: bool,
) -> CFRetained<CFHTTPMessage>
👎Deprecated: renamed to CFHTTPMessage::new_empty
Available on crate feature CFHTTPMessage only.