//! Bridge between rust types and raw values
/// Rust C bridge traits
/// A rust type than can identify as a raw value understood by the MPI C API.
pub unsafe
unsafe
/// A rust type than can provide a mutable pointer to a raw value understood by the MPI C API.
pub unsafe