pub unsafe extern "C" fn netif_ip6_addr_set_parts(
    netif: *mut netif,
    addr_idx: i8,
    i0: u32,
    i1: u32,
    i2: u32,
    i3: u32
)