Type Alias NCryptEnumAlgorithmsFn

pub type NCryptEnumAlgorithmsFn = Option<unsafe extern "system" fn(hprovider: NCRYPT_PROV_HANDLE, dwalgclass: u32, pdwalgcount: *mut u32, ppalglist: *mut *mut NCryptAlgorithmName, dwflags: u32) -> HRESULT>;

Aliased Type§

pub enum NCryptEnumAlgorithmsFn {
    None,
    Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, u32, *mut u32, *mut *mut NCryptAlgorithmName, u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, u32, *mut u32, *mut *mut NCryptAlgorithmName, u32) -> HRESULT)

Some value of type T.