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_overrideAvailable on crate features
WSMethodInvocation and WSTypes only.