pub fn store<F, A, R, O>(fun: F) -> c_intwhere F: Fn(A) -> R + 'static, A: Poppable, R: IntoResult<O>, O: Pushable, R::Error: Error + 'static,
Stores a function in the Lua registry, returning its ref.