The code looks like this: ``` if (result_length == NULL) goto error; error: *result_length = 0; ```
The code looks like this: