Function DnsQueryConfig
pub unsafe fn DnsQueryConfig<P2>(
config: DNS_CONFIG_TYPE,
flag: u32,
pwsadaptername: P2,
preserved: Option<*const c_void>,
pbuffer: Option<*mut c_void>,
pbuflen: *mut u32,
) -> i32where
P2: Param<PCWSTR>,