Type Alias PFNTRUSTHELPER

pub type PFNTRUSTHELPER = Option<unsafe extern "system" fn(pcertcontext: *const CERT_CONTEXT, lcustdata: LPARAM, fleafcertificate: BOOL, pbtrustblob: *mut u8) -> HRESULT>;

Aliased Type§

pub enum PFNTRUSTHELPER {
    None,
    Some(unsafe extern "system" fn(*const CERT_CONTEXT, LPARAM, BOOL, *mut u8) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const CERT_CONTEXT, LPARAM, BOOL, *mut u8) -> HRESULT)

Some value of type T.