pub unsafe extern "C" fn httpcGetDownloadSizeState(
context: *mut httpcContext,
downloadedsize: *mut u32_,
contentsize: *mut u32_,
) -> ResultExpand description
Gets the download size state of a HTTP context.
ยงArguments
context- Context to use.downloadedsize- Pointer to output the downloaded size to.contentsize- Pointer to output the total content size to.