pub unsafe fn DhcpGetClientOptions<P0>(
    serveripaddress: P0,
    clientipaddress: u32,
    clientsubnetmask: u32,
    clientoptions: *mut *mut DHCP_OPTION_LIST
) -> u32
where P0: IntoParam<PCWSTR>,