pub unsafe extern "C" fn sqlite3_result_double(
    arg1: *mut sqlite3_context,
    arg2: f64
)