pub unsafe extern "C" fn netif_add_ip6_address(
    netif: *mut netif,
    ip6addr: *const ip6_addr_t,
    chosen_idx: *mut s8_t
) -> err_t