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