[][src]Type Definition bonjour_sys::DNSServiceQueryRecordReply

type DNSServiceQueryRecordReply = Option<unsafe extern "C" fn(DNSServiceRef: DNSServiceRef, flags: DNSServiceFlags, interfaceIndex: u32, errorCode: DNSServiceErrorType, fullname: *const c_char, rrtype: u16, rrclass: u16, rdlen: u16, rdata: *const c_void, ttl: u32, context: *mut c_void)>;