pub fn add_request_handler(
    request_id: i64,
    handler: Box<dyn Fn(&[u8]) + Send + Sync>
)