sqlite3_bind_text16

Function sqlite3_bind_text16 

Source
pub unsafe extern "C" fn sqlite3_bind_text16(
    arg1: *mut sqlite3_stmt,
    arg2: i32,
    arg3: *const c_void,
    arg4: i32,
    arg5: Option<unsafe extern "C" fn(*mut c_void)>,
) -> i32