mpi_get_buffer
void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign);
EXPORT_SYMBOL_GPL(mpi_get_buffer);
p = mpi_get_buffer(res, &l, NULL);