//! Low-level bindings to the [libpci] library.
//!
//! [libpci]: https://mj.ucw.cz/sw/pciutils/
extern crate std;
include!;
/// This function returns either ptr to next element or null if data is null.
///
/// # Safety
///
/// The caller must take care of null ptr.
pub unsafe
/// This function returns either ptr to next element or null if data is null.
///
/// # Safety
///
/// The caller must take care of null ptr.
pub unsafe