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