Function windows::Win32::Security::Cryptography::CryptImportPKCS8

pub unsafe fn CryptImportPKCS8(
    sprivatekeyandparams: CRYPT_PKCS8_IMPORT_PARAMS,
    dwflags: CRYPT_KEY_FLAGS,
    phcryptprov: Option<*mut usize>,
    pvauxinfo: Option<*const c_void>,
) -> Result<()>