Requests cancellation of a prepared statement execution.
Returns true on success, false when cancellation fails or is unsupported.
bool cancelStatement(int stmtId) => _native.cancelStatement(stmtId);