Function ocsd_err_str

Source
pub unsafe extern "C" fn ocsd_err_str(
    err: ocsd_err_t,
    buffer: *mut c_char,
    buffer_size: c_int,
)
Expand description

Convert an error code into a string.

@param err : error code. @param buffer : buffer for return string @param buffer_size : length of buffer.