Function gsSetRowFieldByTimestampArray

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