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