pub type NCryptSetKeyPropertyFn = Option<unsafe extern "system" fn(hprovider: NCRYPT_PROV_HANDLE, hkey: NCRYPT_KEY_HANDLE, pszproperty: PCWSTR, pbinput: *const u8, cbinput: u32, dwflags: u32) -> HRESULT>;

Aliased Type§

enum NCryptSetKeyPropertyFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: usize, _: *const u16, _: *const u8, _: u32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: usize, _: *const u16, _: *const u8, _: u32, _: u32) -> i32)

Some value of type T.