Type Definition libxml::bindings::ftpDataCallback

source ·
pub type ftpDataCallback = Option<unsafe extern "C" fn(userData: *mut c_void, data: *const c_char, len: c_int)>;
Expand description

ftpDataCallback: @userData: the user provided context @data: the data received @len: its size in bytes

A callback for the xmlNanoFTPGet command.