pub type BeforeFuture<'a> = Pin<Box<dyn Future<Output = HookResult> + Send + 'a>>;
pub struct BeforeFuture<'a> { /* private fields */ }