pub unsafe extern "C" fn Set2DShortArray(
arr: *mut *mut c_short,
nrow: c_long,
ncol: c_long,
value: c_long,
) -> c_intExpand description
Sets all entries of a 2D array of shorts to the given value. Assumes that memory is already allocated.