Function DnsWriteQuestionToBuffer_W
pub unsafe fn DnsWriteQuestionToBuffer_W<P2>(
pdnsbuffer: *mut DNS_MESSAGE_BUFFER,
pdwbuffersize: *mut u32,
pszname: P2,
wtype: u16,
xid: u16,
frecursiondesired: bool,
) -> BOOLwhere
P2: Param<PCWSTR>,