pub 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)>;

Aliased Type§

enum DNSServiceQueryRecordReply {
    None,
    Some(unsafe extern "C" fn(_: *mut _DNSServiceRef_t, _: u32, _: u32, _: i32, _: *const i8, _: u16, _: u16, _: u16, _: *const c_void, _: u32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _DNSServiceRef_t, _: u32, _: u32, _: i32, _: *const i8, _: u16, _: u16, _: u16, _: *const c_void, _: u32, _: *mut c_void))

Some value of type T.