pub fn try_fast_path_with_params<H, B>( host: &H, sql: &str, params: &[Value], ) -> Option<Result<Box<dyn QueryResult>>>where H: CachedFastPathHost<B> + ?Sized, B: Default,