Function windows::Win32::NetworkManagement::Dns::DnsQuery_UTF8
pub unsafe fn DnsQuery_UTF8<P0>(
pszname: P0,
wtype: DNS_TYPE,
options: DNS_QUERY_OPTIONS,
pextra: Option<*mut c_void>,
ppqueryresults: *mut *mut DNS_RECORDA,
preserved: Option<*mut *mut c_void>,
) -> WIN32_ERRORwhere
P0: Param<PCSTR>,