pub unsafe extern "C" fn libesedb_multi_value_get_value_utf16_string(
multi_value: *mut libesedb_multi_value_t,
multi_value_index: c_int,
utf16_string: *mut u16,
utf16_string_size: usize,
error: *mut *mut libesedb_error_t,
) -> c_intExpand description
Retrieves the UTF-16 encoded string value of a specific value of the multi value The size should include the end of string character Returns 1 if successful or -1 on error