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