sl_free_document function

sl_error sl_free_document(
  1. sl_document_handle_t document_handle
)

Implementation

sl_error sl_free_document(sl_document_handle_t document_handle) =>
    sl_error.fromValue(_sl_free_document(document_handle));