pub unsafe fn gnrc_netif_hdr_set_src_addr(
    hdr: *mut gnrc_netif_hdr_t,
    addr: *const uint8_t,
    addr_len: uint8_t
)