Function core_foundation_sys::stream::CFWriteStreamCreateWithBuffer

source ยท
pub unsafe extern "C" fn CFWriteStreamCreateWithBuffer(
    alloc: CFAllocatorRef,
    buffer: *mut UInt8,
    bufferCapacity: CFIndex,
) -> CFWriteStreamRef