pub unsafe fn DnsQuery_A<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_ERROR
where P0: IntoParam<PCSTR>,