pub type SecTransformImplementationRef = *const OpaqueSecTransformImplementation;
Available on crate feature
SecCustomTransform
only.Expand description
The SecTransformImplementationRef is a pointer to a block that implements an instance of a transform.
See also Appleās documentation