pub unsafe extern "C" fn zx_pci_config_read(
    handle: zx_handle_t,
    offset: u16,
    width: usize,
    out_val: *mut u32
) -> zx_status_t