Function hyper::ffi::hyper_body_set_userdata[][src]

#[no_mangle]
pub extern "C" fn hyper_body_set_userdata(
    body: *mut hyper_body,
    userdata: *mut c_void
)
Expand description

Set userdata on this body, which will be passed to callback functions.