curl_chunk_bgn_callback

if splitting of data transfer is enabled, this callback is called before download of an individual chunk started. Note that parameter "remains" works only for FTP wildcard downloading (for now), otherwise is not used

alias curl_chunk_bgn_callback = c_long function
(
const(void)* transfer_info
,
void* ptr
,)

Meta