# File lib/nice-ffi/library.rb, line 193
  def optional_function( *args )
    optional {  attach_function( *args )  }
  end