pub unsafe extern "C" fn gsl_spmatrix_float_csr(
    dest: *mut gsl_spmatrix_float,
    src: *const gsl_spmatrix_float
) -> c_int