pub unsafe extern "C" fn netif_set_addr(
    netif: *mut netif,
    ipaddr: *const ip4_addr,
    netmask: *const ip4_addr,
    gw: *const ip4_addr
)