pub unsafe extern "C-unwind" fn VTPixelRotationSessionCreate(
allocator: Option<&CFAllocator>,
pixel_rotation_session_out: NonNull<*mut VTPixelRotationSession>,
) -> i32Available on crate feature
VTPixelRotationSession only.Expand description
Creates a session for rotating images between CVPixelBuffers.
Parameter allocator: An allocator for the session. Pass NULL to use the default allocator.
Parameter pixelRotationSessionOut: Points to a variable to receive the new pixel rotation session.