Function WSMethodInvocationAddDeserializationOverride

Source
pub unsafe extern "C-unwind" fn WSMethodInvocationAddDeserializationOverride(
    invocation: &WSMethodInvocation,
    type_namespace: Option<&CFString>,
    type_name: Option<&CFString>,
    deserialization_proc: WSMethodInvocationDeserializationProcPtr,
    context: *mut WSClientContext,
)
👎Deprecated: renamed to WSMethodInvocation::add_deserialization_override
Available on crate features WSMethodInvocation and OSServices and WSTypes only.