pub unsafe fn sgeqp3( m: i32, n: i32, a: &mut [f32], lda: i32, jpvt: &mut [i32], tau: &mut [f32], work: &mut [f32], lwork: i32, info: &mut i32, )