libesedb_error_fprint

Function libesedb_error_fprint 

Source
pub unsafe extern "C" fn libesedb_error_fprint(
    error: *mut libesedb_error_t,
    stream: *mut FILE,
) -> c_int
Expand description

Prints a descriptive string of the error to the stream Returns the number of printed characters if successful or -1 on error