Function gsSetRowFieldByByte

Source
pub unsafe extern "C" fn gsSetRowFieldByByte(
    row: *mut GSRow,
    column: i32,
    fieldValue: i8,
) -> GSResult