Type Alias PFN_CMSG_CNG_IMPORT_KEY_TRANS

Source
pub type PFN_CMSG_CNG_IMPORT_KEY_TRANS = Option<unsafe extern "C" fn(pCNGContentDecryptInfo: PCMSG_CNG_CONTENT_DECRYPT_INFO, pKeyTransDecryptPara: PCMSG_CTRL_KEY_TRANS_DECRYPT_PARA, dwFlags: DWORD, pvReserved: *mut c_void) -> BOOL>;

Aliased Type§

enum PFN_CMSG_CNG_IMPORT_KEY_TRANS {
    None,
    Some(unsafe extern "C" fn(_: *mut _CMSG_CNG_CONTENT_DECRYPT_INFO, _: *mut _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, _: u32, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _CMSG_CNG_CONTENT_DECRYPT_INFO, _: *mut _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, _: u32, _: *mut c_void) -> i32)

Some value of type T.