pub type NCryptGetProviderPropertyFn = Option<unsafe extern "system" fn(hprovider: NCRYPT_PROV_HANDLE, pszproperty: PCWSTR, pboutput: *mut u8, cboutput: u32, pcbresult: *mut u32, dwflags: u32) -> HRESULT>;

Aliased Type§

enum NCryptGetProviderPropertyFn {
    None,
    Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: PCWSTR, _: *mut u8, _: u32, _: *mut u32, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: PCWSTR, _: *mut u8, _: u32, _: *mut u32, _: u32) -> HRESULT)

Some value of type T.