libesedb_error_sprint

Function libesedb_error_sprint 

Source
pub unsafe extern "C" fn libesedb_error_sprint(
    error: *mut libesedb_error_t,
    string: *mut c_char,
    size: usize,
) -> c_int
Expand description

Prints a descriptive string of the error to the string The end-of-string character is not included in the return value Returns the number of printed characters if successful or -1 on error