libesedb_long_value_get_utf16_string_size

Function libesedb_long_value_get_utf16_string_size 

Source
pub unsafe extern "C" fn libesedb_long_value_get_utf16_string_size(
    long_value: *mut libesedb_long_value_t,
    utf16_string_size: *mut usize,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Retrieves the size of the data as an UTF-16 encoded string The returned size includes the end of string character Returns 1 if successful, 0 if value is NULL or -1 on error