pub type PDNS_SERVICE_REGISTER_COMPLETE = Option<unsafe extern "system" fn(status: u32, pquerycontext: *const c_void, pinstance: *const DNS_SERVICE_INSTANCE)>;

Aliased Type§

enum PDNS_SERVICE_REGISTER_COMPLETE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *const c_void, _: *const DNS_SERVICE_INSTANCE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *const c_void, _: *const DNS_SERVICE_INSTANCE))

Some value of type T.