#[unsafe(no_mangle)]
pub extern "C" fn hyper_task_userdata(
task: *mut hyper_task,
) -> *mut c_voidAvailable on crate feature
ffi and hyper_unstable_ffi only.Expand description
Retrieve the userdata that has been set via hyper_task_set_userdata.