pub(crate) fn print_info(
    bus: u8,
    slot: u8,
    function: u8,
    cfg: &PcieFunctionHeader
) -> Option<()>