pub fn into_ffi(func: DaftScalarFunctionRef) -> FFI_ScalarFunctionExpand description
Convert a DaftScalarFunctionRef into a FFI_ScalarFunction vtable.
The Arc is moved into the vtable’s opaque context and released
when the host calls fini.