Phase A dynlink-mode sqlite bridge for mobilitydb_table_functions (target mobilitydb_table_functions).
Exports the declarative sqlite:extension@1.0.0 metadata + scalar-
function contract. metadata.describe() advertises every scalar the
catalog names; scalar-function.call(func-id, args) routes per-row
invocations through compose:dynlink/linker against the resident
provider mobilitydb_table_functions-composed. Aggregate / vtab / hook exports are
deferred to a follow-up.