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