evhttp_send_reply_chunk_with_cb

Function evhttp_send_reply_chunk_with_cb 

Source
pub unsafe extern "C" fn evhttp_send_reply_chunk_with_cb(
    arg1: *mut evhttp_request,
    arg2: *mut evbuffer,
    cb: Option<unsafe extern "C" fn(arg1: *mut evhttp_connection, arg2: *mut c_void)>,
    arg: *mut c_void,
)