#[no_mangle] pub extern "C" fn sqlite3_open_v2( _filename: *const c_char, _sqlite3: *mut *mut SQLite3, _flags: i32, _vfs: *const c_char, ) -> i32