Function rusqlite::to_sqlite_error
source · pub unsafe fn to_sqlite_error(e: &Error, err_msg: *mut *mut c_char) -> c_int
Expand description
Transform Rust error to SQLite error (message and code).
§Safety
This function is unsafe because it uses raw pointer