Type Alias LPOPENTNEFSTREAMEX
pub type LPOPENTNEFSTREAMEX = Option<unsafe extern "system" fn(lpvsupport: *mut c_void, lpstream: *mut c_void, lpszstreamname: *const i8, ulflags: u32, lpmessage: *mut c_void, wkeyval: u16, lpadressbook: *mut c_void, lpptnef: *mut *mut c_void) -> HRESULT>;Aliased Type§
pub enum LPOPENTNEFSTREAMEX {
None,
Some(unsafe extern "system" fn(*mut c_void, *mut c_void, *const i8, u32, *mut c_void, u16, *mut c_void, *mut *mut c_void) -> i32),
}