pub unsafe fn D3D10CreateStateBlock<P0>(
    pdevice: P0,
    pstateblockmask: *const D3D10_STATE_BLOCK_MASK
) -> Result<ID3D10StateBlock>
where P0: IntoParam<ID3D10Device>,