pub unsafe extern "C" fn CFPropertyListCreateWithStream(
    allocator: *const c_void,
    stream: *mut __CFReadStream,
    streamLength: isize,
    options: usize,
    format: *mut isize,
    error: *mut *mut __CFError
) -> *const c_void