MPI_Comm_rank - multiple declarations

Function MPI_Comm_rank

int MPI_Comm_rank (
  void* comm
);

Function MPI_Comm_rank

extern(C) int MPI_Comm_rank (
  void* comm,
  int* rank
);