Home
last modified time | relevance | path

Searched defs:ICreateTypeLibVtbl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs233865 pub struct ICreateTypeLibVtbl { struct
233866 pub QueryInterface: ::std::option::Option<
233873 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>,
233874 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut ICreateTypeLib) -> ULONG>,
233875 pub CreateTypeInfo: ::std::option::Option<
233883 pub SetName: ::std::option::Option<
233886 pub SetVersion: ::std::option::Option<
233916 const UNINIT: ::std::mem::MaybeUninit<ICreateTypeLibVtbl> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_ICreateTypeLibVtbl() argument