pub unsafe extern "C" fn PMPI_Gatherv(
sendbuf: *const c_void,
sendcount: i32,
sendtype: *mut ompi_datatype_t,
recvbuf: *mut c_void,
recvcounts: *const i32,
displs: *const i32,
recvtype: *mut ompi_datatype_t,
root: i32,
comm: *mut ompi_communicator_t,
) -> i32