Availability:C-language interface function
bool PL_get_blob(term_t
t, void **blob, size_t *len, PL_blob_t **type)If t holds a blob or atom, get the data and type and return
TRUE
. Otherwise return FALSE
. Each result
pointer may be NULL
, in which case the requested
information is ignored.