Function gsGetRowFieldGeneral

Source
pub unsafe extern "C" fn gsGetRowFieldGeneral(
    row: *mut GSRow,
    column: i32,
    fieldValue: *mut GSValue,
    type_: *mut GSType,
) -> GSResult