[][src]Type Definition bonjour_sys::DNSServiceResolveReply

type DNSServiceResolveReply = Option<unsafe extern "C" fn(sdRef: DNSServiceRef, flags: DNSServiceFlags, interfaceIndex: u32, errorCode: DNSServiceErrorType, fullname: *const c_char, hosttarget: *const c_char, port: u16, txtLen: u16, txtRecord: *const c_uchar, context: *mut c_void)>;