pub type PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE = Option<unsafe extern "system" fn(pplugincontext: *const c_void, pbdata: *const u8)>;

Aliased Type§

enum PFN_CRYPT_OBJECT_LOCATOR_PROVIDER_FREE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const u8))

Some value of type T.