pub unsafe fn DhcpGetAllOptions<P0>(
    serveripaddress: P0,
    flags: u32,
    optionstruct: *mut *mut DHCP_ALL_OPTIONS
) -> u32
where P0: IntoParam<PCWSTR>,