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