pub unsafe extern "C-unwind" fn AuthorizationCopyRightsAsync(
authorization: AuthorizationRef,
rights: NonNull<AuthorizationRights>,
environment: *const AuthorizationEnvironment,
flags: AuthorizationFlags,
callback_block: AuthorizationAsyncCallback,
)
Available on crate features
Authorization
and block2
only.Expand description
An asynchronous version of AuthorizationCopyRights.
Parameter callbackBlock
: (input) The callback block to be called upon completion.