pub unsafe extern "C-unwind" fn SecureDownloadCopyName(
download_ref: SecureDownloadRef,
name: *mut *const CFString,
) -> i32👎Deprecated: SecureDownload is not supported
Available on crate feature
SecureDownload only.Expand description
Return the printable name of this download ticket.
Parameter downloadRef: A SecureDownloadRef instance.
Parameter name: On output, the download name.
Returns: A result code. See “Security Error Codes” (SecBase.h).
§Safety
download_refmust be a valid pointer.namemust be a valid pointer.