windows::Win32::Security::Cryptography::Certificates

Type Alias FNCERTSRVBACKUPOPENFILEW

pub type FNCERTSRVBACKUPOPENFILEW = Option<unsafe extern "system" fn(hbc: *mut c_void, pwszattachmentname: PCWSTR, cbreadhintsize: u32, plifilesize: *mut i64) -> HRESULT>;

Aliased Type§

enum FNCERTSRVBACKUPOPENFILEW {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut i64) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.