pub unsafe fn DnsQueryConfig<P0>(
    config: DNS_CONFIG_TYPE,
    flag: u32,
    pwsadaptername: P0,
    preserved: Option<*const c_void>,
    pbuffer: Option<*mut c_void>,
    pbuflen: *mut u32
) -> i32
where P0: IntoParam<PCWSTR>,