pub unsafe fn NdfCreateDNSIncident<P0>(
    hostname: P0,
    querytype: u16,
    handle: *mut *mut c_void
) -> Result<()>
where P0: Param<PCWSTR>,