Type Alias PFN_NCRYPT_ALLOC

Source
pub type PFN_NCRYPT_ALLOC = Option<unsafe extern "C" fn(cbSize: SIZE_T) -> LPVOID>;

Aliased Type§

enum PFN_NCRYPT_ALLOC {
    None,
    Some(unsafe extern "C" fn(_: u64) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u64) -> *mut c_void)

Some value of type T.