pub unsafe fn DhcpEnumOptionsV6<P0, P1, P2>(
    serveripaddress: P0,
    flags: u32,
    classname: P1,
    vendorname: P2,
    resumehandle: *mut u32,
    preferredmaximum: u32,
    options: *mut *mut DHCP_OPTION_ARRAY,
    optionsread: *mut u32,
    optionstotal: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,