ffi_fn(lib_handle, fn_name)
Return the handle to the C function named fn_name from the shared library represented
by lib_handle, false if the function is not found.
Lib_handle must be an object returned by a successful call to ffi_open.