pub unsafe extern "C" fn gnrc_netreg_unregister(
    type_: gnrc_nettype_t,
    entry: *mut gnrc_netreg_entry_t
)
Expand description

@brief Removes a thread from the registry.

@param[in] type Type of the protocol. @param[in] entry An entry you want to remove from the registry.