pub unsafe fn sqlite3_result_int(ctx: *mut sqlite3_context, value: c_int)
Expand description
Sets the return value of the application-defined function to be the 32-bit signed integer value given in the 2nd argument.
pub unsafe fn sqlite3_result_int(ctx: *mut sqlite3_context, value: c_int)
Sets the return value of the application-defined function to be the 32-bit signed integer value given in the 2nd argument.