Function gsGetRowFieldAsByteArray

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