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