sqlite3_set_authorizer
fn
int sqlite3_set_authorizer(
sqlite3 *,
int function (void *, int, const char *, const char *, const char *, const char *) xAuth,
void * pUserData
)CAPI3REF: Compile-Time Authorization Callbacks