[][src]Type Definition libxslt::bindings::ftpDataCallback

type ftpDataCallback = Option<unsafe extern "C" fn(*mut c_void, *const i8, i32)>;

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

A callback for the xmlNanoFTPGet command.