pub unsafe extern "C" fn netif_ip6_addr_set(
    netif: *mut netif,
    addr_idx: s8_t,
    addr6: *const ip6_addr_t
)