pub unsafe extern "C" fn sqlite3_result_int64(
    p: *mut sqlite3_context,
    n: sqlite3_int64
)