Function PSGetItemPropertyHandlerWithCreateObject
pub unsafe fn PSGetItemPropertyHandlerWithCreateObject<P0, P2>(
punkitem: P0,
freadwrite: bool,
punkcreateobject: P2,
riid: *const GUID,
ppv: *mut *mut c_void,
) -> Result<()>where
P0: Param<IUnknown>,
P2: Param<IUnknown>,