pub unsafe extern "C" fn MPI_Type_create_hvector(
    count: i32,
    blocklength: i32,
    stride: isize,
    oldtype: *mut ompi_datatype_t,
    newtype: *mut *mut ompi_datatype_t
) -> i32