pub unsafe fn slascl( _type: u8, kl: i32, ku: i32, cfrom: &[f32], cto: &[f32], m: i32, n: i32, a: &mut [f32], lda: i32, info: &mut i32, )