pub unsafe extern "C" fn zx_pci_get_bar(
    handle: u32,
    bar_num: u32,
    out_bar: *mut zx_pci_bar_t,
    out_handle: *mut u32
) -> i32