DxcCreateInstance2

Function DxcCreateInstance2 

pub unsafe fn DxcCreateInstance2<P0, T>(
    pmalloc: P0,
    rclsid: *const GUID,
) -> Result<T>
where P0: Param<IMalloc>, T: Interface,