pub unsafe fn D3D10DisassembleEffect<P0, P1>(
    peffect: P0,
    enablecolorcode: P1
) -> Result<ID3DBlob>
where P0: IntoParam<ID3D10Effect>, P1: IntoParam<BOOL>,