pub unsafe extern "C" fn evhttp_set_bevcb(
    http: *mut evhttp,
    cb: Option<unsafe extern "C" fn(arg1: *mut event_base, arg2: *mut c_void) -> *mut bufferevent>,
    arg: *mut c_void
)