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