Function libesedb_long_value_get_utf8_string

Source
pub unsafe extern "C" fn libesedb_long_value_get_utf8_string(
    long_value: *mut libesedb_long_value_t,
    utf8_string: *mut u8,
    utf8_string_size: usize,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Retrieves the data as an UTF-8 encoded string The function uses the codepage in the column definition if necessary The size should include the end of string character Returns 1 if successful, 0 if value is NULL or -1 on error