pub type DTC_GET_TRANSACTION_MANAGER_EX_A = Option<unsafe extern "system" fn(i_pszhost: PCSTR, i_psztmname: PCSTR, i_riid: *const GUID, i_grfoptions: u32, i_pvconfigparams: *mut c_void, o_ppvobject: *mut *mut c_void) -> HRESULT>;

Aliased Type§

enum DTC_GET_TRANSACTION_MANAGER_EX_A {
    None,
    Some(unsafe extern "system" fn(_: PCSTR, _: PCSTR, _: *const GUID, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCSTR, _: PCSTR, _: *const GUID, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT)

Some value of type T.