pub unsafe fn DhcpGetVersion<P0>(
    serveripaddress: P0,
    majorversion: *mut u32,
    minorversion: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,