pub unsafe fn call_function_stream_from_c( runtime: *const c_void, function_name: *const c_char, encoded_args: *const c_char, length: size_t, id: u32, ) -> Result<*const c_void>
Call a BAML function with streaming.
All pointers must be valid.