pub type ForeignAsyncRequest_function = Option<unsafe extern "C-unwind" fn(areq: *mut AsyncRequest)>;Aliased Type§
enum ForeignAsyncRequest_function {
None,
Some(unsafe extern "C-unwind" fn(_: *mut AsyncRequest)),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(_: *mut AsyncRequest))
Some value of type T.