pub unsafe fn DrtCreateDnsBootstrapResolver<P0>(
    port: u16,
    pwszaddress: P0
) -> Result<*mut DRT_BOOTSTRAP_PROVIDER>
where P0: IntoParam<PCWSTR>,