pub type PFN_CMSG_GEN_ENCRYPT_KEY = Option<unsafe extern "system" fn(phcryptprov: *mut usize, paiencrypt: *const CRYPT_ALGORITHM_IDENTIFIER, pvencryptauxinfo: *const c_void, ppublickeyinfo: *const CERT_PUBLIC_KEY_INFO, pfnalloc: PFN_CMSG_ALLOC, phencryptkey: *mut usize, ppbencryptparameters: *mut *mut u8, pcbencryptparameters: *mut u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CMSG_GEN_ENCRYPT_KEY {
    None,
    Some(unsafe extern "system" fn(_: *mut usize, _: *const CRYPT_ALGORITHM_IDENTIFIER, _: *const c_void, _: *const CERT_PUBLIC_KEY_INFO, _: Option<unsafe extern "system" fn(_: usize) -> *mut c_void>, _: *mut usize, _: *mut *mut u8, _: *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut usize, _: *const CRYPT_ALGORITHM_IDENTIFIER, _: *const c_void, _: *const CERT_PUBLIC_KEY_INFO, _: Option<unsafe extern "system" fn(_: usize) -> *mut c_void>, _: *mut usize, _: *mut *mut u8, _: *mut u32) -> i32)

Some value of type T.