pub type DNSServiceRegisterReply = Option<unsafe extern "C" fn(sdRef: DNSServiceRef, flags: DNSServiceFlags, errorCode: DNSServiceErrorType, name: *const c_char, regtype: *const c_char, domain: *const c_char, context: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.