pub unsafe extern "C" fn sqlite3_bind_blob(
    arg1: *mut sqlite3_stmt,
    arg2: c_int,
    arg3: *const c_void,
    n: c_int,
    arg4: Option<unsafe extern "C" fn(arg1: *mut c_void)>
) -> c_int