pub unsafe fn DnsServiceConstructInstance<P0, P1>(
    pservicename: P0,
    phostname: P1,
    pip4: Option<*const u32>,
    pip6: Option<*const IP6_ADDRESS>,
    wport: u16,
    wpriority: u16,
    wweight: u16,
    dwpropertiescount: u32,
    keys: *const PCWSTR,
    values: *const PCWSTR
) -> *mut DNS_SERVICE_INSTANCE
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,