Function gsGetRowFieldAsFloat

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