pub unsafe fn DrtCreatePnrpBootstrapResolver<P0, P1, P2, P3>(
    fpublish: P0,
    pwzpeername: P1,
    pwzcloudname: P2,
    pwzpublishingidentity: P3
) -> Result<*mut DRT_BOOTSTRAP_PROVIDER>
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,