pub unsafe extern "C-unwind" fn CFFTPCreateParsedResourceListing(
alloc: Option<&CFAllocator>,
buffer: NonNull<u8>,
buffer_length: CFIndex,
parsed: *mut *const CFDictionary,
) -> CFIndex๐Deprecated: Use NSURLSessionAPI for ftp requests
Available on crate feature
CFFTPStream only.Expand description
ยงSafety
buffermust be a valid pointer.parsedmust be a valid pointer or null.