pub unsafe fn DhcpGetServerSpecificStrings<P0>(
    serveripaddress: P0,
    serverspecificstrings: *mut *mut DHCP_SERVER_SPECIFIC_STRINGS
) -> u32
where P0: IntoParam<PCWSTR>,