pub unsafe extern "C" fn zx_pci_config_write(
    handle: zx_handle_t,
    offset: u16,
    width: usize,
    val: u32
) -> zx_status_t