libesedb_table_get_utf16_name

Function libesedb_table_get_utf16_name 

Source
pub unsafe extern "C" fn libesedb_table_get_utf16_name(
    table: *mut libesedb_table_t,
    utf16_string: *mut u16,
    utf16_string_size: usize,
    error: *mut *mut libesedb_error_t,
) -> c_int
Expand description

Retrieves the UTF-16 encoded string of the table name The size should include the end of string character Returns 1 if successful or -1 on error