Function windows::Win32::Security::Cryptography::SslOpenPrivateKey

pub unsafe fn SslOpenPrivateKey<P0>(
    hsslprovider: P0,
    phprivatekey: *mut NCRYPT_KEY_HANDLE,
    pcertcontext: *const CERT_CONTEXT,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>,