sqlite3_sys

Function sqlite3_bind_value

source
pub unsafe extern "C" fn sqlite3_bind_value(
    p: *mut sqlite3_stmt,
    n: c_int,
    p: *const sqlite3_value,
) -> c_int