pub unsafe fn D3D10StateBlockMaskIntersect(
    pa: *const D3D10_STATE_BLOCK_MASK,
    pb: *const D3D10_STATE_BLOCK_MASK,
    presult: *mut D3D10_STATE_BLOCK_MASK
) -> Result<()>