Function windows::Win32::System::ClrHosting::CorBindToRuntimeByCfg

pub unsafe fn CorBindToRuntimeByCfg<P0>(
    pcfgstream: P0,
    reserved: u32,
    startupflags: u32,
    rclsid: *const GUID,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P0: Param<IStream>,