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