Function windows::Win32::Security::Cryptography::SslOpenProvider

pub unsafe fn SslOpenProvider<P0>(
    phsslprovider: *mut NCRYPT_PROV_HANDLE,
    pszprovidername: P0,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>,