pub unsafe fn value_pointer<T>(
    value: &*mut sqlite3_value,
    c_name: &[u8]
) -> Option<*mut T>
Expand description

sqlite3_value_pointer

Safety

should this really be unsafe???