Function windows::Win32::Security::Cryptography::PFXVerifyPassword

pub unsafe fn PFXVerifyPassword<P0>(
    ppfx: *const CRYPT_INTEGER_BLOB,
    szpassword: P0,
    dwflags: u32,
) -> BOOL
where P0: Param<PCWSTR>,