Function PMPI_Op_create

Source
pub unsafe extern "C" fn PMPI_Op_create(
    function: MPI_User_function,
    commute: c_int,
    op: *mut MPI_Op,
) -> c_int