pub unsafe extern "system" fn sqlite3_create_filename(
    zdatabase: PCSTR,
    zjournal: PCSTR,
    zwal: PCSTR,
    nparam: i32,
    azparam: *const *const i8
) -> PSTR
Expand description

Required features: "Win32_System_SqlLite"