Destroy a contact list.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_list_destroy(bbmsp_contact_list_t **contact_list)
BlackBerry 10.0.0
A pointer to the contact list to destroy.
Destroys this contact list and frees up the associated memory.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.