pub unsafe extern "C" fn ares_dns_record_rr_del(
    dnsrec: *mut ares_dns_record_t,
    sect: ares_dns_section_t,
    idx: usize
) -> ares_status_t
Expand description

Remove the resource record based on the section and index

\param[in] dnsrec Initialized record object \param[in] sect Section for resource record \param[in] idx Index of resource record in section \return ARES_SUCCESS on success, otherwise an error code.