pub fn create_handler<F>(callback: F) -> Arc<dyn ApprovalHandler>where F: Fn(ApprovalRequest) -> ApprovalResult + Send + Sync + 'static,