sig
  external destroy : SFFtp.listingResponse -> unit
    = "caml_sfFtpListingResponse_destroy"
  external isOk : SFFtp.listingResponse -> bool
    = "caml_sfFtpListingResponse_isOk"
  external getStatus : SFFtp.listingResponse -> SFFtp.status
    = "caml_sfFtpListingResponse_getStatus"
  external getMessage : SFFtp.listingResponse -> string
    = "caml_sfFtpListingResponse_getMessage"
  external getListing : SFFtp.listingResponse -> string array
    = "caml_sfFtpListingResponse_getListing"
end