Function windows::Win32::Graphics::Direct3D10::D3D10CreateStateBlock
pub unsafe fn D3D10CreateStateBlock<P0>(
pdevice: P0,
pstateblockmask: *const D3D10_STATE_BLOCK_MASK,
) -> Result<ID3D10StateBlock>where
P0: Param<ID3D10Device>,