pub fn create_backend_req_handler(
    h: BackendReqHandlerImpl,
) -> Result<(FrontendServer<BackendReqHandlerImpl>, SafeDescriptor), Error>