Type Alias MIDL_STUB_DESC
Source pub type MIDL_STUB_DESC = _MIDL_STUB_DESC;
struct MIDL_STUB_DESC {Show 20 fields
pub RpcInterfaceInformation: *mut c_void,
pub pfnAllocate: Option<unsafe extern "C" fn(_: usize) -> *mut c_void>,
pub pfnFree: Option<unsafe extern "C" fn(_: *mut c_void)>,
pub IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1,
pub apfnNdrRundownRoutines: *const Option<unsafe extern "C" fn(_: *mut c_void)>,
pub aGenericBindingRoutinePairs: *const _GENERIC_BINDING_ROUTINE_PAIR,
pub apfnExprEval: *const Option<unsafe extern "C" fn(_: *mut _MIDL_STUB_MESSAGE)>,
pub aXmitQuintuple: *const _XMIT_ROUTINE_QUINTUPLE,
pub pFormatTypes: *const u8,
pub fCheckBounds: i32,
pub Version: u32,
pub pMallocFreeStruct: *mut _MALLOC_FREE_STRUCT,
pub MIDLVersion: i32,
pub CommFaultOffsets: *const _COMM_FAULT_OFFSETS,
pub aUserMarshalQuadruple: *const _USER_MARSHAL_ROUTINE_QUADRUPLE,
pub NotifyRoutineTable: *const Option<unsafe extern "C" fn()>,
pub mFlags: u64,
pub CsRoutineTables: *const _NDR_CS_ROUTINES,
pub ProxyServerInfo: *mut c_void,
pub pExprInfo: *const _NDR_EXPR_DESC,
}
§IMPLICIT_HANDLE_INFO: _MIDL_STUB_DESC__bindgen_ty_1