_copy_from_user
_copy_from_user(void *, const void __user *, unsigned long);
return _copy_from_user(to, from, n);
EXPORT_SYMBOL(_copy_from_user);