pub unsafe extern "C" fn mpi_div_int(
    Q: *mut mpi,
    R: *mut mpi,
    A: *const mpi,
    b: mpi_sint
) -> c_int