pub unsafe extern "C" fn ip6_output_if_src(
    p: *mut pbuf,
    src: *const ip6_addr_t,
    dest: *const ip6_addr_t,
    hl: u8_t,
    tc: u8_t,
    nexth: u8_t,
    netif: *mut netif
) -> err_t