pub type ForeignAsyncConfigureWait_function = Option<unsafe extern "C-unwind" fn(areq: *mut AsyncRequest)>;Aliased Type§
pub enum ForeignAsyncConfigureWait_function {
None,
Some(unsafe extern "C-unwind" fn(*mut AsyncRequest)),
}pub type ForeignAsyncConfigureWait_function = Option<unsafe extern "C-unwind" fn(areq: *mut AsyncRequest)>;pub enum ForeignAsyncConfigureWait_function {
None,
Some(unsafe extern "C-unwind" fn(*mut AsyncRequest)),
}