pub unsafe extern "C" fn libesedb_long_value_get_utf16_string(
long_value: *mut libesedb_long_value_t,
utf16_string: *mut u16,
utf16_string_size: size_t,
error: *mut *mut libesedb_error_t
) -> c_intExpand description
Retrieves the data as an UTF-16 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