windows::Win32::System::ClrHosting

Function ClrCreateManagedInstance

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