pub unsafe extern "C" fn ZL_errorCode(
report: ZL_Report,
) -> ZL_ErrorCodeExpand description
@returns The error code contained within the report. If !ZL_isError(report), then @returns ZL_ErrorCode_no_error.
pub unsafe extern "C" fn ZL_errorCode(
report: ZL_Report,
) -> ZL_ErrorCode@returns The error code contained within the report. If !ZL_isError(report), then @returns ZL_ErrorCode_no_error.