Function gsSetRowFieldByLong

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