Function gsGetRowFieldAsLong

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