pub unsafe extern "C" fn libesedb_record_get_value_binary_data(
record: *mut libesedb_record_t,
value_entry: 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 entry Returns 1 if successful, 0 if value is NULL or -1 on error