pub unsafe extern "C" fn FLEncoder_Finish(
arg1: FLEncoder,
outError: *mut FLError,
) -> FLSliceResultExpand description
Ends encoding; if there has been no error, it returns the encoded data, else null. This does not free the FLEncoder; call FLEncoder_Free (or FLEncoder_Reset) next.