Function WSMethodInvocationCreate

Source
pub unsafe extern "C-unwind" fn WSMethodInvocationCreate(
    url: Option<&CFURL>,
    method_name: Option<&CFString>,
    protocol: Option<&CFString>,
) -> Option<CFRetained<WSMethodInvocation>>
👎Deprecated: renamed to WSMethodInvocation::new
Available on crate features WSMethodInvocation and OSServices only.