SQLite 编译期授权回调Compile-Time Authorization Callbacks
原文:https://www.sqlite.org/c3ref/set_authorizer.htmlintsqlite3_set_authorizer(sqlite3*,int(*xAuth)(void*,int,constchar*,constchar*,constchar*,constchar*),void*pUserData);该函数将注册一个授权的回调函数到一个指定的数据库句柄,第一个参