pub unsafe extern "C-unwind" fn SecureDownloadRelease(
download_ref: SecureDownloadRef,
) -> i32
👎Deprecated: SecureDownload is not supported
Available on crate feature
SecureDownload
only.Expand description
Releases a SecureDownloadRef.
Parameter downloadRef
: The SecureDownloadRef to release.
Returns: A result code. See “Security Error Codes” (SecBase.h).
§Safety
download_ref
must be a valid pointer.