pub type DNS_QUERY_RAW_COMPLETION_ROUTINE = Option<unsafe extern "system" fn(querycontext: *const c_void, queryresults: *const DNS_QUERY_RAW_RESULT)>;

Aliased Type§

enum DNS_QUERY_RAW_COMPLETION_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const DNS_QUERY_RAW_RESULT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.