pub unsafe extern "C" fn libesedb_multi_value_get_value_binary_data_size(
    multi_value: *mut libesedb_multi_value_t,
    multi_value_index: c_int,
    binary_data_size: *mut size_t,
    error: *mut *mut libesedb_error_t
) -> c_int
Expand description

Retrieves the size of a binary data value of a specific value of the multi value Returns 1 if successful or -1 on error