pub unsafe fn GetClassFileOrMime<P0, P1, P2>(
pbc: P0,
szfilename: P1,
pbuffer: Option<*const c_void>,
cbsize: u32,
szmime: P2,
dwreserved: u32,
) -> Result<GUID>where
P0: Param<IBindCtx>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,