pub unsafe extern "C" fn KINSetLinearSolver(
    kinmem: *mut c_void,
    LS: SUNLinearSolver,
    A: SUNMatrix
) -> c_int