Function gsGetRowFieldAsBoolArray

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