Skip to main content

sqlite_transient

Function sqlite_transient 

Source
pub const unsafe fn sqlite_transient() -> Option<unsafe extern "C" fn(arg1: *mut c_void)>
Expand description

Create the special marker value SQLITE_TRANSIENT.

§Safety

Per rustc, “it is undefined behavior to use this value”. ¯\_(ツ)_/¯