pub unsafe extern "C" fn libesedb_multi_value_get_value_binary_data(
multi_value: *mut libesedb_multi_value_t,
multi_value_index: c_int,
binary_data: *mut u8,
binary_data_size: usize,
error: *mut *mut libesedb_error_t,
) -> c_intExpand description
Retrieves the binary data value of a specific value of the multi value Returns 1 if successful or -1 on error