windows::Win32::System::ClrHosting

Function CorBindToCurrentRuntime

pub unsafe fn CorBindToCurrentRuntime<P0>(
    pwszfilename: P0,
    rclsid: *const GUID,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>,