pub type PREPROCESSMESSAGE = Option<unsafe extern "system" fn(*mut c_void, Ref<'_, IMessage>, Ref<'_, IAddrBook>, Ref<'_, IMAPIFolder>, Option<unsafe extern "system" fn(u32, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(u32, *mut c_void, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(*mut c_void) -> u32>, *mut u32, *mut *mut Option<IMessage>, *mut *mut ADRLIST) -> HRESULT>;Aliased Type§
pub enum PREPROCESSMESSAGE {
None,
Some(unsafe extern "system" fn(*mut c_void, Ref<'_, IMessage>, Ref<'_, IAddrBook>, Ref<'_, IMAPIFolder>, Option<unsafe extern "system" fn(u32, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(u32, *mut c_void, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(*mut c_void) -> u32>, *mut u32, *mut *mut Option<IMessage>, *mut *mut ADRLIST) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut c_void, Ref<'_, IMessage>, Ref<'_, IAddrBook>, Ref<'_, IMAPIFolder>, Option<unsafe extern "system" fn(u32, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(u32, *mut c_void, *mut *mut c_void) -> i32>, Option<unsafe extern "system" fn(*mut c_void) -> u32>, *mut u32, *mut *mut Option<IMessage>, *mut *mut ADRLIST) -> HRESULT)
Some value of type T.