pub unsafe fn D3DX11CreateSegmentedScan<P0>(
    pdevicecontext: P0,
    maxelementscansize: u32,
) -> Result<ID3DX11SegmentedScan>
where P0: Param<ID3D11DeviceContext>,