pub unsafe fn ClrCreateManagedInstance<P0>( ptypename: P0, riid: *const GUID, ppobject: *mut *mut c_void, ) -> Result<()>where P0: Param<PCWSTR>,