Function windows_sys::Win32::System::SqlLite::sqlite3_create_function_v2
[−]pub unsafe extern "system" fn sqlite3_create_function_v2(
db: *mut sqlite3,
zfunctionname: PCSTR,
narg: i32,
etextrep: i32,
papp: *mut c_void,
xfunc: isize,
xstep: isize,
xfinal: isize,
xdestroy: isize
) -> i32
Expand description
Required features: ‘Win32_System_SqlLite’