Type Alias SecTransformImplementationRef

Source
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