pub fn nccells_light_box(
plane: &mut NcPlane,
style: impl Into<NcStyle_u16>,
channels: impl Into<NcChannels_u64>,
ul: &mut NcCell,
ur: &mut NcCell,
ll: &mut NcCell,
lr: &mut NcCell,
hl: &mut NcCell,
vl: &mut NcCell,
) -> NcResult_i32Expand description
nccells_load_box with light line box-drawing characters.
Method: NcCell.light_box().