pub unsafe fn gnrc_netif_ipv6_addrs_get(
    netif: *const gnrc_netif_t,
    addrs: *mut ipv6_addr_t,
    max_len: size_t
) -> c_int