Type Alias OLESTREAMQUERYCONVERTOLELINKCALLBACK
pub type OLESTREAMQUERYCONVERTOLELINKCALLBACK = Option<unsafe extern "system" fn(pclsid: *const GUID, szclass: PCWSTR, sztopicname: PCWSTR, szitemname: PCWSTR, szuncname: PCWSTR, linkupdatingoption: u32, pvcontext: *const c_void) -> HRESULT>;Aliased Type§
pub enum OLESTREAMQUERYCONVERTOLELINKCALLBACK {
None,
Some(unsafe extern "system" fn(*const GUID, PCWSTR, PCWSTR, PCWSTR, PCWSTR, u32, *const c_void) -> HRESULT),
}