.Dd January 24, 2024 .Dt SQLITE3_API_ROUTINES 3 .Os .Sh NAME .Nm sqlite3_api_routines .Nd loadable extension thunk .Sh SYNOPSIS .In sqlite3.h .Vt typedef struct sqlite3_api_routines sqlite3_api_routines; .Sh DESCRIPTION A pointer to the opaque sqlite3_api_routines structure is passed as the third parameter to entry points of loadable extensions. This structure must be typedefed in order to work around compiler warnings on some platforms. .Sh IMPLEMENTATION NOTES These declarations were extracted from the interface documentation at line 1265. .Bd -literal typedef struct sqlite3_api_routines sqlite3_api_routines; .Ed