pub unsafe fn DhcpEnumOptions<P0>(
    serveripaddress: P0,
    resumehandle: *mut u32,
    preferredmaximum: u32,
    options: *mut *mut DHCP_OPTION_ARRAY,
    optionsread: *mut u32,
    optionstotal: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,