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