p_print property

Pointer<NativeFunction<pj_ssize_t Function(Int32 context, Pointer<Void> uri, Pointer<Char> buf, pj_size_t size)>> p_print
getter/setter pair

Print URI components to the buffer, following the rule of which components are allowed for the context. @param context the context where the URI will be placed. @param uri the URI (self). @param buf the buffer. @param size the size of the buffer. @return the length printed.

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        pj_ssize_t Function(ffi.Int32 context, ffi.Pointer<ffi.Void> uri,
            ffi.Pointer<ffi.Char> buf, pj_size_t size)>> p_print;