ZL_E_appendToMessage

Function ZL_E_appendToMessage 

Source
pub unsafe extern "C" fn ZL_E_appendToMessage(
    err: ZL_Error,
    fmt: *const c_char,
    ...
)
Expand description

Append a formatted string to the error’s message. May be a no-op if the error doesn’t have a rich error info set up internally.