pub type async_dispatcher_t = async_dispatcher;
#[repr(C)]pub struct async_dispatcher_t { pub ops: *const async_ops, }
ops: *const async_ops