pub unsafe extern "C" fn gmshOptionSetNumber(
name: *const c_char,
value: f64,
ierr: *mut c_int,
)Expand description
Set a numerical option to value. name is of the form “category.option”
or “category[num].option”. Available categories and options are listed in
the Gmsh reference manual.