pub unsafe extern "C" fn zx_pci_add_subtract_io_range(
    handle: zx_handle_t,
    mmio: u32,
    base: u64,
    len: u64,
    add: u32
) -> zx_status_t