Function windows::Win32::Graphics::DirectDraw::DirectDrawCreateEx
pub unsafe fn DirectDrawCreateEx<P0>(
lpguid: *mut GUID,
lplpdd: *mut *mut c_void,
iid: *const GUID,
punkouter: P0,
) -> Result<()>where
P0: Param<IUnknown>,