Type Alias PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE

Source
pub type PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE = Option<unsafe extern "C" fn(dwReason: DWORD, pPluginContext: LPVOID)>;

Aliased Type§

enum PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_RELEASE {
    None,
    Some(unsafe extern "C" fn(_: u32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: *mut c_void))

Some value of type T.