Function sqlite3_column_text

Source
pub unsafe extern "C" fn sqlite3_column_text(
    arg1: *mut sqlite3_stmt,
    iCol: i32,
) -> *const u8