pub unsafe extern "C" fn gsl_matrix_minmax(
    m: *const gsl_matrix,
    min_out: *mut f64,
    max_out: *mut f64
)