pub type PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY = Option<unsafe extern "system" fn(pcngcontentdecryptinfo: *mut CMSG_CNG_CONTENT_DECRYPT_INFO, dwflags: u32, pvreserved: *const c_void) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CMSG_CNG_IMPORT_CONTENT_ENCRYPT_KEY {
    None,
    Some(unsafe extern "system" fn(_: *mut CMSG_CNG_CONTENT_DECRYPT_INFO, _: u32, _: *const c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut CMSG_CNG_CONTENT_DECRYPT_INFO, _: u32, _: *const c_void) -> i32)

Some value of type T.