pub type PFN_CRYPT_EXTRACT_ENCODED_SIGNATURE_PARAMETERS_FUNC = Option<unsafe extern "system" fn(dwcertencodingtype: u32, psignaturealgorithm: *const CRYPT_ALGORITHM_IDENTIFIER, ppvdecodedsignpara: *mut *mut c_void, ppwszcnghashalgid: *mut PWSTR) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"