pub unsafe fn DnsWriteQuestionToBuffer_UTF8<P0, P1>(
    pdnsbuffer: *mut DNS_MESSAGE_BUFFER,
    pdwbuffersize: *mut u32,
    pszname: P0,
    wtype: u16,
    xid: u16,
    frecursiondesired: P1
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<BOOL>,