pub type ForeignFutureCallback<FfiType> = extern "C" fn(_: u64, _: ForeignFutureResult<FfiType>);
Expand description

Callback that’s passed to a foreign async functions.

See LiftReturn trait for how this is implemented.