Best-effort cancellation for an async request.
bool asyncCancel(int requestId) => _native.asyncCancel(requestId);