- @function SecTaskCreateFromSelf
- @abstract Create a SecTask object for the current task.
- @result The newly created SecTask object or NULL on error. The caller must
- CFRelease the returned object.
- */
-SecTaskRef SecTaskCreateFromSelf(CFAllocatorRef allocator);
+ @function SecTaskCreateFromSelf
+ @abstract Create a SecTask object for the current task.
+ @result The newly created SecTask object or NULL on error. The caller must
+ CFRelease the returned object.
+#ifndef LEFT
+*/
+__nullable
+SecTaskRef SecTaskCreateFromSelf(CFAllocatorRef __nullable allocator);