public static extern CMP_ERROR CMP_ConvertTexture([In][Out] CMP_Texture sourceTexture, [In][Out] CMP_Texture destTexture,
                                                   [In] CMP_CompressOptions options, IntPtr feedbackProc);
 public static extern uint CMP_CalculateBufferSize([In] CMP_Texture texture);