pub fn respond_to_with_ncryptf<'r, 'a, T: Serialize>( m: Json<T>, status: Status, req: &'r Request<'_>, ) -> Result<Result<'static>, Error>