#[no_mangle]
pub unsafe extern "C" fn pineappl_grid_read(
filename: *const c_char
) -> Box<Grid>
Expand description
Read a PineAPPL grid from a file with name filename.
The parameter filename must be a C string pointing to an existing grid file.
TODO