Function WSProtocolHandlerCopyRequestDocument

Source
pub unsafe extern "C-unwind" fn WSProtocolHandlerCopyRequestDocument(
    ref: &WSProtocolHandler,
    method_name: Option<&CFString>,
    method_params: Option<&CFDictionary>,
    method_param_order: Option<&CFArray>,
    method_extras: Option<&CFDictionary>,
) -> Option<CFRetained<CFData>>
👎Deprecated: renamed to WSProtocolHandler::request_document
Available on crate features WSProtocolHandler and OSServices only.