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