pub unsafe fn DhcpServerQueryAttributes<P0>(
    serveripaddr: P0,
    dwreserved: u32,
    dwattribcount: u32,
    pdhcpattribs: *mut u32,
    pdhcpattribarr: *mut *mut DHCP_ATTRIB_ARRAY
) -> u32
where P0: IntoParam<PCWSTR>,