pub type CBLAS_ORDER = CBLAS_LAYOUT;
#[repr(C)]pub enum CBLAS_ORDER { CblasRowMajor = 101, CblasColMajor = 102, }