Converts a named dest string (e.g. from Poppler.Dest.named_dest) into a
bytestring, inverting the transformation of
poppler_named_dest_from_bytestring().
Note that the returned data is not zero terminated and may also
contains embedded NUL bytes.
If name is not a valid named dest string, returns null.
Converts a named dest string (e.g. from Poppler.Dest.named_dest) into a bytestring, inverting the transformation of
poppler_named_dest_from_bytestring().Note that the returned data is not zero terminated and may also contains embedded NUL bytes.
If
nameis not a valid named dest string, returnsnull.The returned data must be freed using
g_free().