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