windows::Win32::System::ClrHosting

Function CorBindToRuntimeEx

pub unsafe fn CorBindToRuntimeEx<P0, P1>(
    pwszversion: P0,
    pwszbuildflavor: P1,
    startupflags: u32,
    rclsid: *const GUID,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,