sqlite3_open16
fn
int sqlite3_open16(
const(void) * filename, /** Database filename (UTF-16) */
sqlite3 * * ppDb /** OUT: SQLite db handle */
)Ditto