pub unsafe fn slantr( norm: u8, uplo: u8, diag: u8, m: i32, n: i32, a: &[f32], lda: i32, work: &mut [f32], ) -> f32